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 #}