From f123729ed492f70de3db35c042874e5750bbea72 Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Sat, 16 Nov 2024 23:27:12 +0100 Subject: properly implement move and remove added add_folder method to jwebmail api --- src/jwebmail/templates/_bot_nav.html | 10 +++++----- src/jwebmail/templates/displayheaders.html | 2 ++ 2 files changed, 7 insertions(+), 5 deletions(-) (limited to 'src/jwebmail/templates') diff --git a/src/jwebmail/templates/_bot_nav.html b/src/jwebmail/templates/_bot_nav.html index e2be5f5..73a5170 100644 --- a/src/jwebmail/templates/_bot_nav.html +++ b/src/jwebmail/templates/_bot_nav.html @@ -7,8 +7,8 @@
{% if mail_folders|length > 1 %} -
- {{ form.csrf_token }} + +
@@ -22,16 +22,16 @@
- +
{% endif %} -
- {{ from.csrf_token }} +
diff --git a/src/jwebmail/templates/displayheaders.html b/src/jwebmail/templates/displayheaders.html index 36a1f68..47bb587 100644 --- a/src/jwebmail/templates/displayheaders.html +++ b/src/jwebmail/templates/displayheaders.html @@ -7,6 +7,8 @@ + {% endblock %} -- cgit v1.2.3