src: rich text editor added

This commit is contained in:
2022-07-31 01:12:43 +02:00
parent 2d25888ee3
commit 2a09b0bc86
6 changed files with 31 additions and 11 deletions

View File

@@ -32,6 +32,7 @@
<a href="{{ url_for('register') }}">Register</a>
{% else %}
<a href="{{ url_for('logout') }}">Logout</a>
-
<a href="{{ url_for('write') }}">Write entry</a>
{% endif %}
</div>