mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Form UX: Add more helpful placeholders
This commit is contained in:
@@ -176,6 +176,7 @@ class BasePaymentProvider:
|
||||
help_text=_('Will be printed just below the payment figures and above the closing text on invoices.'),
|
||||
required=False,
|
||||
widget=I18nTextarea,
|
||||
widget_kwargs={'attrs': {'rows': '2'}}
|
||||
)),
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user