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/readmail.html | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/jwebmail/templates/readmail.html') diff --git a/src/jwebmail/templates/readmail.html b/src/jwebmail/templates/readmail.html index f41197a..75b0b13 100644 --- a/src/jwebmail/templates/readmail.html +++ b/src/jwebmail/templates/readmail.html @@ -1,5 +1,10 @@ {% extends 'mainlayout.html' %} +{% block scripts %} + +{% endblock %} + {% block content %}
-- cgit v1.2.3