diff --git a/src/fellchensammlung/templates/fellchensammlung/about.html b/src/fellchensammlung/templates/fellchensammlung/about.html index 21b4775..29e463e 100644 --- a/src/fellchensammlung/templates/fellchensammlung/about.html +++ b/src/fellchensammlung/templates/fellchensammlung/about.html @@ -6,25 +6,41 @@ {% block content %} {% if about_us %} -

{{ about_us.title }}

- {{ about_us.content | render_markdown }} +
+

{{ about_us.title }}

+

+ {{ about_us.content | render_markdown }} +

+
{% endif %}

{% translate "Regeln" %}

{% include "fellchensammlung/lists/list-rules.html" %} {% if privacy_statement %} -

{{ privacy_statement.title }}

- {{ privacy_statement.content | render_markdown }} +
+

{{ privacy_statement.title }}

+

+ {{ privacy_statement.content | render_markdown }} +

+
{% endif %} {% if terms_of_service %} -

{{ terms_of_service.title }}

- {{ terms_of_service.content | render_markdown }} +
+

{{ terms_of_service.title }}

+

+ {{ terms_of_service.content | render_markdown }} +

+
{% endif %} {% if imprint %} -

{{ imprint.title }}

- {{ imprint.content | render_markdown }} +
+

{{ imprint.title }}

+

+ {{ imprint.content | render_markdown }} +

+
{% endif %} {% endblock %} \ No newline at end of file