diff options
author | Jannis M. Hoffmann <jannis@fehcom.de> | 2024-04-10 19:05:10 +0200 |
---|---|---|
committer | Jannis M. Hoffmann <jannis@fehcom.de> | 2024-04-10 19:05:10 +0200 |
commit | b73ed6ebd3cca86de065549cfb0d109a1d0461c5 (patch) | |
tree | 72e601618b215599cc6646bd2c6df058b053406f /src/jwebmail/templates/readmail.html | |
parent | f06e7e51f84e9260410108ed527f3c8cbe28fbdd (diff) |
split js files and do local time conversion
Diffstat (limited to 'src/jwebmail/templates/readmail.html')
-rw-r--r-- | src/jwebmail/templates/readmail.html | 5 |
1 files changed, 5 insertions, 0 deletions
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 %} + <script src="{{ url_for('static', filename='src/multipart-alt-tabs.js') }}" defer> + </script> +{% endblock %} + {% block content %} <div class="section container"> |