From 5d0d5532aa8baceec4d5b6c6607049d3cce84992 Mon Sep 17 00:00:00 2001 From: greg Date: Mon, 26 May 2025 16:10:13 +0200 Subject: [PATCH] add confirm before email deletion --- app/templates/base.html | 2 +- app/templates/index.html | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) 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