diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/expobase.html | 1 | ||||
-rw-r--r-- | templates/expopage.html | 5 |
2 files changed, 1 insertions, 5 deletions
diff --git a/templates/expobase.html b/templates/expobase.html index cbefeb8..8acf37e 100644 --- a/templates/expobase.html +++ b/templates/expobase.html @@ -1,4 +1,3 @@ -<!DOCTYPE html> <!-- expobase.html - this text visible because this template has been included --> {% autoescape off %} <html lang="en"> diff --git a/templates/expopage.html b/templates/expopage.html index 2816b8e..1be325d 100644 --- a/templates/expopage.html +++ b/templates/expopage.html @@ -1,12 +1,9 @@ +<!DOCTYPE html> <!-- expopage.html - this text visible because this template has been included --> {% extends "expobase.html" %} {% block title %}{{ title }}{% endblock %} {% block bodyattrs %}{% if homepage %} id="homepage"{% endif %}{% endblock %} -{% if troggle %} - -{% endif %} {% block body %} - {{ body|safe }} {% if homepage %} |