mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Link PayPal and Stripe documentation in the respective forms
This commit is contained in:
@@ -39,6 +39,10 @@ class Paypal(BasePaymentProvider):
|
||||
('client_id',
|
||||
forms.CharField(
|
||||
label=_('Client ID'),
|
||||
help_text=_('<a target="_blank" href="{docs_url}">{text}</a>').format(
|
||||
text=_('Click here for a tutorial on how to obtain the required keys'),
|
||||
docs_url='https://docs.pretix.eu/en/latest/user/payments/paypal.html'
|
||||
)
|
||||
)),
|
||||
('secret',
|
||||
forms.CharField(
|
||||
|
||||
Reference in New Issue
Block a user