- Temporary checkin to branch for the rest of the introduction of experts

This commit is contained in:
Josako
2024-11-03 16:18:14 +01:00
parent 88f4db1178
commit 503ea7965d
9 changed files with 70 additions and 7 deletions

View File

@@ -75,6 +75,7 @@ class DynamicFormBase(FlaskForm):
'float': FloatField,
'boolean': BooleanField,
'string': StringField,
'text': TextAreaField,
'date': DateField,
}.get(field_type, StringField)
field_kwargs = {}