Show frontpage_text even in iframes

This commit is contained in:
Raphael Michel
2021-06-17 11:06:26 +02:00
parent f51155a5df
commit 8ad53256c2

View File

@@ -37,7 +37,7 @@
{{ event.name }} {{ event.name }}
</h2> </h2>
{% endif %} {% endif %}
{% if frontpage_text and not cart_namespace %} {% if frontpage_text %}
<div> <div>
{{ frontpage_text|rich_text }} {{ frontpage_text|rich_text }}
</div> </div>
@@ -88,7 +88,7 @@
</div> </div>
{% if subevent %} {% if subevent %}
<h2 class="subevent-head">{{ subevent.name }}</h2> <h2 class="subevent-head">{{ subevent.name }}</h2>
{% if frontpage_text and not cart_namespace %} {% if frontpage_text %}
<div> <div>
{{ frontpage_text|rich_text }} {{ frontpage_text|rich_text }}
</div> </div>
@@ -103,7 +103,7 @@
{% endif %} {% endif %}
</h2> </h2>
{% endif %} {% endif %}
{% if frontpage_text and not cart_namespace %} {% if frontpage_text %}
<div> <div>
{{ frontpage_text|rich_text }} {{ frontpage_text|rich_text }}
</div> </div>