From 8a2e4385ff66253bac9c3571279ff896a792b513 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Wed, 5 Feb 2020 18:33:40 +0100 Subject: [PATCH] Fix required field --- src/pretix/base/payment.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pretix/base/payment.py b/src/pretix/base/payment.py index 4208dc8861..a4a163b5ff 100644 --- a/src/pretix/base/payment.py +++ b/src/pretix/base/payment.py @@ -310,6 +310,7 @@ class BasePaymentProvider: ('_hidden', forms.BooleanField( label=_('Hide payment method'), + required=False, help_text=_( 'The payment method will not be shown by default but only to people who enter the shop through ' 'a special link.'