_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 -->
{% autoescape off %}
<html lang="en">

View File

@@ -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 %}