diff options
Diffstat (limited to 'templates/expopage.html')
-rw-r--r-- | templates/expopage.html | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/templates/expopage.html b/templates/expopage.html index e1d5ad1..2816b8e 100644 --- a/templates/expopage.html +++ b/templates/expopage.html @@ -2,22 +2,11 @@ {% extends "expobase.html" %} {% block title %}{{ title }}{% endblock %} {% block bodyattrs %}{% if homepage %} id="homepage"{% endif %}{% endblock %} - -{% block body %} {% if troggle %} -<style> - h2#tophead { - margin-top: 5px; - margin-bottom: 20px; - margin-right: -22px; - margin-left: 0px; - } - h1 { - margin-top: 30px; - display: block; - } -</style> + {% endif %} +{% block body %} + {{ body|safe }} {% if homepage %} |