diff --git a/theme/templates/termine.html b/theme/templates/termine.html index 170810e..fbda9ed 100644 --- a/theme/templates/termine.html +++ b/theme/templates/termine.html @@ -37,7 +37,7 @@
-

{{ t.summary }} {% if "Moderation" in t.categories %}(Moderation){%endif%}

+

{{ t.summary }} {% if "Moderation" in t.categories %}(ich moderiere){%endif%}

{% if t.description %}

{{ t.description | replace("\n\n", "

") | replace("\n", "
") | replace("


", "

")}}

{% endif %} {% if t.link %}

Mehr Infos

{% endif %}