mirror of
https://github.com/pretix/pretix.git
synced 2026-04-23 23:22:32 +00:00
Fix required field
This commit is contained in:
@@ -324,6 +324,7 @@ class BasePaymentProvider:
|
||||
'data-display-dependency': '#id_%s_hidden' % self.settings.get_prefix(),
|
||||
'value': hidden_url,
|
||||
}),
|
||||
required=False,
|
||||
initial=hidden_url,
|
||||
help_text=_(
|
||||
'Share this link with customers who should use this payment method.'
|
||||
|
||||
Reference in New Issue
Block a user