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/cccevents/templates/base.html | |
parent | 32c35243879f03998dba11937605bec48e0bbd92 (diff) |
Fix incorrect double brackets
Diffstat (limited to 'theme/cccevents/templates/base.html')
-rw-r--r-- | theme/cccevents/templates/base.html | 2 |
1 files changed, 1 insertions, 1 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> |