From f64e64f11d802529fc866f231782d2f2262212fc Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Fri, 11 Jun 2021 14:41:05 +0200 Subject: [PATCH] Visual update --- elections/templates/elections/election_list.html | 5 ++++- shared/templates/base.html | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/elections/templates/elections/election_list.html b/elections/templates/elections/election_list.html index 3a362e5..7b37e69 100644 --- a/elections/templates/elections/election_list.html +++ b/elections/templates/elections/election_list.html @@ -28,7 +28,7 @@ {% for e in election_list %}
-
+
@@ -80,12 +80,15 @@
+ {% if e.description %}
{{ e.description|markdown|safe }}
+ {% endif %}
+
{% endfor %} {% endblock %} diff --git a/shared/templates/base.html b/shared/templates/base.html index 066798b..ed33571 100644 --- a/shared/templates/base.html +++ b/shared/templates/base.html @@ -10,7 +10,7 @@ {# Favicon #} - + {# CSS #}