diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2025-01-28 20:07:53 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2025-01-28 20:07:53 +0000 |
commit | 798ffc248e5b4d858613580a84b716f809b863e7 (patch) | |
tree | d2cbdb327ef47b949801796dea0755e7e9e2bf91 /templates | |
parent | db1c1fec6c2a3937ccda7186b5ca770d8ed5bc28 (diff) | |
download | troggle-798ffc248e5b4d858613580a84b716f809b863e7.tar.gz troggle-798ffc248e5b4d858613580a84b716f809b863e7.tar.bz2 troggle-798ffc248e5b4d858613580a84b716f809b863e7.zip |
_edit Preview now displayed properly
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 %} |