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 }}
|
||||
{% endblocktrans %}
|
||||
</h2>
|
||||
<p>
|
||||
{% blocktrans trimmed %}
|
||||
Please note: If you change your payment method, your order total will change by the
|
||||
amount displayed to the right of each method.
|
||||
{% endblocktrans %}
|
||||
</p>
|
||||
{% if show_fees %}
|
||||
<p>
|
||||
{% blocktrans trimmed %}
|
||||
Please note: If you change your payment method, your order total will change by the
|
||||
amount displayed to the right of each method.
|
||||
{% endblocktrans %}
|
||||
</p>
|
||||
{% endif %}
|
||||
<form method="post">
|
||||
{% csrf_token %}
|
||||
<div class="panel-group" id="payment_accordion">
|
||||
|
||||
Reference in New Issue
Block a user