mirror of
https://github.com/pretix/pretix.git
synced 2026-09-14 16:24:43 +00:00
Questions: add min-length to string/text type questions
This commit is contained in:
@@ -251,6 +251,7 @@ class QuestionForm(I18nModelForm):
|
||||
'valid_date_min',
|
||||
'valid_date_max',
|
||||
'valid_file_portrait',
|
||||
'valid_string_length_min',
|
||||
'valid_string_length_max',
|
||||
]
|
||||
widgets = {
|
||||
|
||||
Reference in New Issue
Block a user