From 4a954eb8e70bda5819f63da9cd841f1579573413 Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Mon, 4 Dec 2023 23:15:38 +0100 Subject: add multi language urls update translations use redis as session store add requirements.txt file to pin dependencies add proper subfolder support improve compatibility with python 3.9 correct js for login focus --- src/jwebmail/templates/_main_table.html | 4 +++- src/jwebmail/templates/about.html | 6 +++++- src/jwebmail/templates/login.html | 8 ++++---- 3 files changed, 12 insertions(+), 6 deletions(-) (limited to 'src/jwebmail/templates') diff --git a/src/jwebmail/templates/_main_table.html b/src/jwebmail/templates/_main_table.html index 02f9f81..b331087 100644 --- a/src/jwebmail/templates/_main_table.html +++ b/src/jwebmail/templates/_main_table.html @@ -18,7 +18,9 @@
- {{ msg.head.subject or '_' }} + + {{ msg.head.subject or '_' }} +
diff --git a/src/jwebmail/templates/about.html b/src/jwebmail/templates/about.html index e197275..836b668 100644 --- a/src/jwebmail/templates/about.html +++ b/src/jwebmail/templates/about.html @@ -40,7 +40,11 @@ diff --git a/src/jwebmail/templates/login.html b/src/jwebmail/templates/login.html index 2915de3..d73238d 100644 --- a/src/jwebmail/templates/login.html +++ b/src/jwebmail/templates/login.html @@ -26,7 +26,7 @@
{% endif %} -
+ {{ login_form.csrf_token }} @@ -74,10 +74,10 @@ {% block scripts %} {% endblock %} -- cgit v1.2.3