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/homepage.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'theme/cccevents/templates/homepage.html') 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