mirror of
https://github.com/pretix/pretix.git
synced 2026-08-20 12:26:27 +00:00
Remove unnecessary endif statement in pending.html
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
<dt>{% trans "IBAN" %}:</dt><dd>{{ settings.bank_details_sepa_iban|ibanformat }}</dt>
|
||||
<dt>{% trans "BIC" %}:</dt><dd>{{ settings.bank_details_sepa_bic }}</dt>
|
||||
<dt>{% trans "Bank" %}:</dt><dd>{{ settings.bank_details_sepa_bank }}</dt>
|
||||
{% endif %}
|
||||
</dl>
|
||||
{% endif %}
|
||||
{% if details %}
|
||||
{{ details | rich_text }}
|
||||
{% endif %}
|
||||
@@ -127,4 +127,4 @@ SCT
|
||||
</div>
|
||||
{% if swiss_qrbill %}
|
||||
<link rel="stylesheet" href="{% static "pretixplugins/banktransfer/swisscross.css" %}">
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user