2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2026-04-02 09:31:01 +01:00

_edit Preview now displayed properly

This commit is contained in:
2025-01-28 20:07:53 +00:00
parent db1c1fec6c
commit 798ffc248e
2 changed files with 1 additions and 5 deletions

View File

@@ -1,4 +1,3 @@
<!DOCTYPE html>
<!-- expobase.html - this text visible because this template has been included --> <!-- expobase.html - this text visible because this template has been included -->
{% autoescape off %} {% autoescape off %}
<html lang="en"> <html lang="en">

View File

@@ -1,12 +1,9 @@
<!DOCTYPE html>
<!-- expopage.html - this text visible because this template has been included --> <!-- expopage.html - this text visible because this template has been included -->
{% extends "expobase.html" %} {% extends "expobase.html" %}
{% block title %}{{ title }}{% endblock %} {% block title %}{{ title }}{% endblock %}
{% block bodyattrs %}{% if homepage %} id="homepage"{% endif %}{% endblock %} {% block bodyattrs %}{% if homepage %} id="homepage"{% endif %}{% endblock %}
{% if troggle %}
{% endif %}
{% block body %} {% block body %}
{{ body|safe }} {{ body|safe }}
{% if homepage %} {% if homepage %}