Split banner text into top and bottom

This commit is contained in:
Raphael Michel
2020-04-03 13:02:23 +02:00
parent 25dd8f2e2f
commit 1ffc799c4d
5 changed files with 106 additions and 13 deletions

View File

@@ -118,8 +118,8 @@
{% endif %}
{% block content %}
{% endblock %}
{% if request.event.settings.banner_text %}
{{ request.event.settings.banner_text|rich_text }}
{% if request.event.settings.banner_text_bottom %}
{{ request.event.settings.banner_text_bottom|rich_text }}
{% endif %}
{% if request.event.testmode %}
{% if request.sales_channel.testmode_supported %}