diff --git a/plugins/erinnerung/templates/erinnerung/index.html b/plugins/erinnerung/templates/erinnerung/index.html index f16bffc..db23fc6 100644 --- a/plugins/erinnerung/templates/erinnerung/index.html +++ b/plugins/erinnerung/templates/erinnerung/index.html @@ -1,6 +1,7 @@ {% extends "base.html" %} {% block titel %}{{ titel }} — Spiele-Redaktion{% endblock %} {% block inhalt %} +

{{ titel }}

Redaktionsschlüsse der kommenden Ausgaben. Vier Wochen vor jedem @@ -75,7 +76,9 @@

Bearbeiten -
+
@@ -141,4 +144,25 @@
{% endif %} + + + {% endblock %} diff --git a/plugins/planung/templates/planung/index.html b/plugins/planung/templates/planung/index.html index 499c11d..7eede4a 100644 --- a/plugins/planung/templates/planung/index.html +++ b/plugins/planung/templates/planung/index.html @@ -1,6 +1,7 @@ {% extends "base.html" %} {% block titel %}{{ titel }} — Spiele-Redaktion{% endblock %} {% block inhalt %} +

{{ titel }}

Planungsliste der Redaktion: wer reviewt welches Spiel für welche Ausgabe. @@ -119,7 +120,9 @@ {% endif %} Bearbeiten -

+
@@ -205,7 +208,9 @@ {% endif %} Bearbeiten -
+
@@ -231,4 +236,25 @@
Lade weitere Einträge …
{% endif %} + + + {% endblock %}