mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Banktransfer: add help-text to name of account holder
This commit is contained in:
committed by
GitHub
parent
ca860f73c2
commit
b8761b3b37
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user