From 17523ebfd84e4577ca7f20ebebae904b84e2902d Mon Sep 17 00:00:00 2001 From: Robert Gogolan Date: Wed, 18 Mar 2026 18:44:06 +0200 Subject: [PATCH] Fix misleading IBAN example --- backend/templates/v2/ngo-account/cause/form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/templates/v2/ngo-account/cause/form.html b/backend/templates/v2/ngo-account/cause/form.html index 52135954..7d3e41be 100644 --- a/backend/templates/v2/ngo-account/cause/form.html +++ b/backend/templates/v2/ngo-account/cause/form.html @@ -48,7 +48,7 @@ {{ iban_helptext }} {% endblocktrans %} {% endif %} - {% include "components/input/input.html" with input_id="bank_account" input_type="text" input_name="bank_account" placeholder="RO00 1234 5678 1234 5678" is_required=True value=cause.bank_account field=django_form.bank_account max_length=48 help_text=iban_helptext data_pristine_ignore_spaces="true" %} + {% include "components/input/input.html" with input_id="bank_account" input_type="text" input_name="bank_account" placeholder="RO49 AAAA 1B31 0075 9384 0000" is_required=True value=cause.bank_account field=django_form.bank_account max_length=48 help_text=iban_helptext data_pristine_ignore_spaces="true" %}