From 8ad53256c2083eb86d74e53320a718c7cd6e3f0f Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 17 Jun 2021 11:06:26 +0200 Subject: [PATCH] Show frontpage_text even in iframes --- src/pretix/presale/templates/pretixpresale/event/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pretix/presale/templates/pretixpresale/event/index.html b/src/pretix/presale/templates/pretixpresale/event/index.html index e0dc8be3c..3b5807ec0 100644 --- a/src/pretix/presale/templates/pretixpresale/event/index.html +++ b/src/pretix/presale/templates/pretixpresale/event/index.html @@ -37,7 +37,7 @@ {{ event.name }} {% endif %} - {% if frontpage_text and not cart_namespace %} + {% if frontpage_text %}
{{ frontpage_text|rich_text }}
@@ -88,7 +88,7 @@ {% if subevent %}

{{ subevent.name }}

- {% if frontpage_text and not cart_namespace %} + {% if frontpage_text %}
{{ frontpage_text|rich_text }}
@@ -103,7 +103,7 @@ {% endif %} {% endif %} - {% if frontpage_text and not cart_namespace %} + {% if frontpage_text %}
{{ frontpage_text|rich_text }}