diff --git a/froide_govplan/templates/froide_govplan/base.html b/froide_govplan/templates/froide_govplan/base.html index 2149b59..1143585 100644 --- a/froide_govplan/templates/froide_govplan/base.html +++ b/froide_govplan/templates/froide_govplan/base.html @@ -78,7 +78,7 @@ -
- {{ object.quote | addquotes | markdown }} -- {% with refs=object.get_reference_links %} - {% if refs %} -
- - {% if refs|length > 1 %} - Quellen: - {% else %} - Quelle: - {% endif %} - - {% for ref in refs %} - {{ forloop.counter }} - {% endfor %} -
- {% endif %} - {% endwith %} - {% endif %} -+ {{ object.quote | addquotes | markdown }} ++ {% with refs=object.get_reference_links %} + {% if refs %} +
+ + {% if refs|length > 1 %} + Quellen: + {% else %} + Quelle: + {% endif %} + + {% for ref in refs %} + {{ forloop.counter }} + {% endfor %} +
+ {% endif %} + {% endwith %} + {% endif %} +