Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/templates/v2/ngo-account/cause/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -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" %}

</div>

Expand Down