mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Question: Allow limit of string length (#3214)
This commit is contained in:
@@ -168,6 +168,7 @@ class QuestionForm(I18nModelForm):
|
||||
'valid_date_min',
|
||||
'valid_date_max',
|
||||
'valid_file_portrait',
|
||||
'valid_string_length_max',
|
||||
]
|
||||
widgets = {
|
||||
'valid_datetime_min': SplitDateTimePickerWidget(),
|
||||
|
||||
Reference in New Issue
Block a user