diff --git a/src/fellchensammlung/templates/fellchensammlung/about.html b/src/fellchensammlung/templates/fellchensammlung/about.html
index 76af90f..21b4775 100644
--- a/src/fellchensammlung/templates/fellchensammlung/about.html
+++ b/src/fellchensammlung/templates/fellchensammlung/about.html
@@ -10,21 +10,21 @@
{{ about_us.content | render_markdown }}
{% endif %}
-
{% translate "Regeln" %}
+ {% translate "Regeln" %}
{% include "fellchensammlung/lists/list-rules.html" %}
{% if privacy_statement %}
- {{ privacy_statement.title }}
+ {{ privacy_statement.title }}
{{ privacy_statement.content | render_markdown }}
{% endif %}
{% if terms_of_service %}
- {{ terms_of_service.title }}
+ {{ terms_of_service.title }}
{{ terms_of_service.content | render_markdown }}
{% endif %}
{% if imprint %}
- {{ imprint.title }}
+ {{ imprint.title }}
{{ imprint.content | render_markdown }}
{% endif %}
{% endblock %}
\ No newline at end of file