src: logging and writing complete

This commit is contained in:
2022-07-30 23:56:17 +02:00
parent cd09ab9a12
commit 61aa869b93
17 changed files with 372 additions and 105 deletions

View File

@@ -15,7 +15,6 @@
{{ form.password.label }}<br>
{{ form.password(size=32) }}
</p>
<p>{{ form.remember_me() }} {{ form.remember_me.label }}</p>
<p>{{ form.submit() }}</p>
{% for mesg in get_flashed_messages() %}
<p>{{ mesg }}</p>