- Temporary checkin to branch for the rest of the introduction of experts
This commit is contained in:
@@ -75,6 +75,7 @@ class DynamicFormBase(FlaskForm):
|
||||
'float': FloatField,
|
||||
'boolean': BooleanField,
|
||||
'string': StringField,
|
||||
'text': TextAreaField,
|
||||
'date': DateField,
|
||||
}.get(field_type, StringField)
|
||||
field_kwargs = {}
|
||||
|
||||
Reference in New Issue
Block a user