Banktransfer: add help-text to name of account holder

This commit is contained in:
Richard Schreiber
2022-06-28 09:23:19 +02:00
committed by GitHub
parent ca860f73c2
commit b8761b3b37

View File

@@ -80,6 +80,7 @@ class BankTransfer(BasePaymentProvider):
)),
('bank_details_sepa_name', forms.CharField(
label=_('Name of account holder'),
help_text=_('Please note: special characters other than letters, numbers, and some punctuation can cause problems with some banks.'),
widget=forms.TextInput(
attrs={
'data-display-dependency': '#id_payment_banktransfer_bank_details_type_0',