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