Fix indentation in pending.html template

This commit is contained in:
Raphael Michel
2025-10-30 10:48:26 +01:00
committed by GitHub
parent 1abfe1ea32
commit b10c251abf
@@ -27,7 +27,7 @@
<dt>{% trans "BIC" %}:</dt><dd>{{ settings.bank_details_sepa_bic }}</dt>
<dt>{% trans "Bank" %}:</dt><dd>{{ settings.bank_details_sepa_bank }}</dt>
{% endif %}
</dl>
</dl>
{% if details %}
{{ details | rich_text }}
{% endif %}