mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Fields should not be required, serialize more types
This commit is contained in:
@@ -12,6 +12,7 @@ class BankTransfer(BasePaymentProvider):
|
||||
('bank_details',
|
||||
forms.CharField(
|
||||
widget=forms.Textarea,
|
||||
label=_('Bank account details')
|
||||
label=_('Bank account details'),
|
||||
required=False
|
||||
))
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user