Allow to add a custom text above the payment choice

This commit is contained in:
Raphael Michel
2019-02-01 15:17:24 +01:00
parent 4dae224d73
commit c9415cba2b
4 changed files with 19 additions and 0 deletions

View File

@@ -2,8 +2,12 @@
{% load i18n %}
{% load money %}
{% load bootstrap3 %}
{% load rich_text %}
{% block inner %}
<p>{% trans "Please select how you want to pay." %}</p>
{% if event.settings.payment_explanation %}
{{ event.settings.payment_explanation|rich_text }}
{% endif %}
<form method="post">
{% csrf_token %}
<div class="panel-group" id="payment_accordion">