mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-01-24 17:01:59 +00: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 -->
|
||||
{% autoescape off %}
|
||||
<html lang="en">
|
||||
|
||||
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user