diff --git a/froide_govplan/templates/froide_govplan/detail.html b/froide_govplan/templates/froide_govplan/detail.html index 42fa2b7..2ef614e 100644 --- a/froide_govplan/templates/froide_govplan/detail.html +++ b/froide_govplan/templates/froide_govplan/detail.html @@ -49,37 +49,41 @@
- {{ object.quote | addquotes | markdown }} -- {% endif %} - {% with refs=object.get_reference_links %} - {% if refs %} -
-
- {% if refs|length > 1 %}
- Quellen:
- {% else %}
- Quelle:
+
+
+ {% if refs|length > 1 %}
+ Quellen:
+ {% else %}
+ Quelle:
+ {% endif %}
+
+ {% for ref in refs %}
+
+ {{ forloop.counter }}
+
+ {% endfor %}
+
+ {% if object.quote %}
+
- {% for ref in refs %}
-
- {{ forloop.counter }}
-
- {% endfor %}
-
+ {{ object.quote | addquotes | markdown }}
+
+ {% with refs=object.get_reference_links %}
+ {% if refs %}
+