diff options
author | erdgeist <erdgeist@bauklotz.fritz.box> | 2018-11-07 19:42:34 +0100 |
---|---|---|
committer | erdgeist <erdgeist@bauklotz.fritz.box> | 2018-11-07 19:42:34 +0100 |
commit | fa15bafed30ae8ce47f5e2b39e0a2ba2dcf012b4 (patch) | |
tree | 3a834ed417f20fa4d92f7a889b92667e9b975a41 /theme | |
parent | 32c35243879f03998dba11937605bec48e0bbd92 (diff) |
Fix incorrect double brackets
Diffstat (limited to 'theme')
-rw-r--r-- | theme/cccevents/templates/base.html | 2 | ||||
-rw-r--r-- | 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 @@ | |||
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 – CCC Event Blog{% endblock %}</title> | 9 | <title>{% block title %}RGB2R v18 vom 2018-10-26 bis 2018-10-28 – 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 }} |