src: added entry deletion

This commit is contained in:
2022-08-01 23:48:27 +02:00
parent ceadc87e16
commit 894474fdee
5 changed files with 33 additions and 26 deletions

View File

@@ -38,7 +38,7 @@
{% else %}
<a href="{{ url_for('logout') }}">Logout</a>
-
<a href="{{ url_for('write') }}">Write entry</a>
<a href="{{ url_for('write_entry') }}">Write entry</a>
{% endif %}
</footer>
</body>