diff --git a/app/templates/base.html b/app/templates/base.html index 33bb815..4f4ceae 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -9,7 +9,7 @@ {% endblock %}
- Logo + Logo
\ No newline at end of file diff --git a/app/templates/index.html b/app/templates/index.html index e0b8c33..2bde093 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -36,7 +36,7 @@

Supprimer boîte mail

-
+ {{ delete_form.hidden_tag() }} {{ delete_form.email.label }} {{ delete_form.email }}
{{ delete_form.submit }} @@ -64,4 +64,10 @@
Logout + + {% endblock %} \ No newline at end of file