Payment method change: Hide explanation if there are no fees

This commit is contained in:
Raphael Michel
2023-11-02 14:33:26 +01:00
parent 4c51c28d7a
commit 1ec18eb44a

View File

@@ -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">