mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Show frontpage_text even in iframes
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user