From 677c49715a72714beca5b99cd4a38ee607fad96d Mon Sep 17 00:00:00 2001 From: sopy Date: Sat, 16 Mar 2024 17:46:44 +0200 Subject: [PATCH] Fix: Multiline info display in meeting minutes --- mote/templates/statfile.html.j2 | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mote/templates/statfile.html.j2 b/mote/templates/statfile.html.j2 index 06e2081d..1c421143 100644 --- a/mote/templates/statfile.html.j2 +++ b/mote/templates/statfile.html.j2 @@ -3,6 +3,11 @@ {% block head %} + {% endblock %} {% block content %} @@ -30,7 +35,7 @@
{{ typecont | upper }}
-
+
{{ meetcont | safe }}