summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <erdgeist@bauklotz.fritz.box>2018-11-07 19:42:34 +0100
committererdgeist <erdgeist@bauklotz.fritz.box>2018-11-07 19:42:34 +0100
commitfa15bafed30ae8ce47f5e2b39e0a2ba2dcf012b4 (patch)
tree3a834ed417f20fa4d92f7a889b92667e9b975a41
parent32c35243879f03998dba11937605bec48e0bbd92 (diff)
Fix incorrect double brackets
-rw-r--r--theme/cccevents/templates/base.html2
-rw-r--r--theme/cccevents/templates/homepage.html4
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 @@
3 3
4<html lang="{{ DEFAULT_LANG }}"> 4<html lang="{{ DEFAULT_LANG }}">
5<head> 5<head>
6 {% block head %}} 6 {% block head %}
7 <meta charset="UTF-8"> 7 <meta charset="UTF-8">
8 <meta name="viewport" content="width=device-width, initial-scale=1" > 8 <meta name="viewport" content="width=device-width, initial-scale=1" >
9 <title>{% block title %}RGB2R v18 vom 2018-10-26 bis 2018-10-28 &#8211; CCC Event Blog{% endblock %}</title> 9 <title>{% block title %}RGB2R v18 vom 2018-10-26 bis 2018-10-28 &#8211; CCC Event Blog{% endblock %}</title>
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 @@
5{% endblock %} 5{% endblock %}
6 6
7{% block content_title %} 7{% block content_title %}
8{% endblock %}} 8{% endblock %}
9{% block content_meta %} 9{% block content_meta %}
10{% endblock %}} 10{% endblock %}
11 11
12{% block content %} 12{% block content %}
13{{ page.content }} 13{{ page.content }}