feat: Add about_us text

This commit is contained in:
2024-11-07 07:58:17 +01:00
parent 655e304c6c
commit eb734d2716
3 changed files with 7 additions and 1 deletions

View File

@@ -5,6 +5,11 @@
{% block title %}<title>{% translate "Über uns und Regeln" %}</title>{% endblock %}
{% block content %}
{% if about_us %}
<h1>{{ about_us.title }}</h1>
{{ about_us.content | render_markdown }}
{% endif %}
<h1>{% translate "Regeln" %}</h1>
{% include "fellchensammlung/lists/list-rules.html" %}