From b73ed6ebd3cca86de065549cfb0d109a1d0461c5 Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Wed, 10 Apr 2024 19:05:10 +0200 Subject: split js files and do local time conversion --- src/jwebmail/templates/_main_table.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/jwebmail/templates/_main_table.html') diff --git a/src/jwebmail/templates/_main_table.html b/src/jwebmail/templates/_main_table.html index 35fdeec..700d77c 100644 --- a/src/jwebmail/templates/_main_table.html +++ b/src/jwebmail/templates/_main_table.html @@ -18,7 +18,9 @@
{% if msg.head.date %} - {{ parse_iso_date(msg.head.date)|datetimeformat }} + {% else %} {{ gettext("unknown") }} {% endif %} @@ -37,7 +39,8 @@
- +
-- cgit v1.2.3