From fa15bafed30ae8ce47f5e2b39e0a2ba2dcf012b4 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Wed, 7 Nov 2018 19:42:34 +0100 Subject: Fix incorrect double brackets --- theme/cccevents/templates/base.html | 2 +- theme/cccevents/templates/homepage.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/theme/cccevents/templates/base.html b/theme/cccevents/templates/base.html index 641bae7..bd3fc4f 100644 --- a/theme/cccevents/templates/base.html +++ b/theme/cccevents/templates/base.html @@ -3,7 +3,7 @@ - {% block head %}} + {% block head %} {% block title %}RGB2R v18 vom 2018-10-26 bis 2018-10-28 – CCC Event Blog{% endblock %} diff --git a/theme/cccevents/templates/homepage.html b/theme/cccevents/templates/homepage.html index 3e70e59..f2fab98 100644 --- a/theme/cccevents/templates/homepage.html +++ b/theme/cccevents/templates/homepage.html @@ -5,9 +5,9 @@ {% endblock %} {% block content_title %} -{% endblock %}} +{% endblock %} {% block content_meta %} -{% endblock %}} +{% endblock %} {% block content %} {{ page.content }} -- cgit v1.2.3