From e7341720ced38411501b8bbe8fc11f5bc56206dc Mon Sep 17 00:00:00 2001 From: Daniel Grams Date: Tue, 23 Feb 2021 11:17:58 +0100 Subject: [PATCH] Linebreaks for event description #127 --- project/templates/_macros.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/templates/_macros.html b/project/templates/_macros.html index 57290e1..106f3a6 100644 --- a/project/templates/_macros.html +++ b/project/templates/_macros.html @@ -408,7 +408,7 @@ {% endif %} {% if event.description %} -
{{ event.description }}
+
{{ event.description }}
{% endif %}
@@ -546,7 +546,7 @@
{% if event.description %} -
{{ event.description }}
+
{{ event.description }}
{% endif %}