forked from CGM_Public/pretix_original
Payment method change: Hide explanation if there are no fees
This commit is contained in:
@@ -13,12 +13,14 @@
|
|||||||
Choose payment method: {{ code }}
|
Choose payment method: {{ code }}
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
</h2>
|
</h2>
|
||||||
<p>
|
{% if show_fees %}
|
||||||
{% blocktrans trimmed %}
|
<p>
|
||||||
Please note: If you change your payment method, your order total will change by the
|
{% blocktrans trimmed %}
|
||||||
amount displayed to the right of each method.
|
Please note: If you change your payment method, your order total will change by the
|
||||||
{% endblocktrans %}
|
amount displayed to the right of each method.
|
||||||
</p>
|
{% endblocktrans %}
|
||||||
|
</p>
|
||||||
|
{% endif %}
|
||||||
<form method="post">
|
<form method="post">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<div class="panel-group" id="payment_accordion">
|
<div class="panel-group" id="payment_accordion">
|
||||||
|
|||||||
Reference in New Issue
Block a user