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:
@@ -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">
|
||||||
|
|||||||
@@ -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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user