mirror of
https://github.com/pretix/pretix.git
synced 2026-08-26 13:14:40 +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(),
|
'data-display-dependency': '#id_%s_hidden' % self.settings.get_prefix(),
|
||||||
'value': hidden_url,
|
'value': hidden_url,
|
||||||
}),
|
}),
|
||||||
|
required=False,
|
||||||
initial=hidden_url,
|
initial=hidden_url,
|
||||||
help_text=_(
|
help_text=_(
|
||||||
'Share this link with customers who should use this payment method.'
|
'Share this link with customers who should use this payment method.'
|
||||||
|
|||||||
Reference in New Issue
Block a user