Add default_value model field, validation and form field

This commit is contained in:
Johan von Forstner
2019-03-27 18:41:40 +01:00
committed by johan12345
parent 5f15ebc46f
commit 3483c522da
3 changed files with 11 additions and 0 deletions
+1
View File
@@ -80,6 +80,7 @@ class QuestionForm(I18nModelForm):
'help_text',
'type',
'required',
'default_value',
'ask_during_checkin',
'identifier',
'items',