mirror of
https://github.com/pretix/pretix.git
synced 2026-08-28 13:34:40 +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 "IBAN" %}:</dt><dd>{{ settings.bank_details_sepa_iban|ibanformat }}</dt>
|
||||||
<dt>{% trans "BIC" %}:</dt><dd>{{ settings.bank_details_sepa_bic }}</dt>
|
<dt>{% trans "BIC" %}:</dt><dd>{{ settings.bank_details_sepa_bic }}</dt>
|
||||||
<dt>{% trans "Bank" %}:</dt><dd>{{ settings.bank_details_sepa_bank }}</dt>
|
<dt>{% trans "Bank" %}:</dt><dd>{{ settings.bank_details_sepa_bank }}</dt>
|
||||||
|
{% endif %}
|
||||||
</dl>
|
</dl>
|
||||||
{% endif %}
|
|
||||||
{% if details %}
|
{% if details %}
|
||||||
{{ details | rich_text }}
|
{{ details | rich_text }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
@@ -127,4 +127,4 @@ SCT
|
|||||||
</div>
|
</div>
|
||||||
{% if swiss_qrbill %}
|
{% if swiss_qrbill %}
|
||||||
<link rel="stylesheet" href="{% static "pretixplugins/banktransfer/swisscross.css" %}">
|
<link rel="stylesheet" href="{% static "pretixplugins/banktransfer/swisscross.css" %}">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user