Use formdata and change unfilled fields to '' instead of None

This commit is contained in:
Montana
2019-01-03 10:17:14 -05:00
parent f18f4404f5
commit ae55e1c71d
2 changed files with 10 additions and 2 deletions

View File

@@ -34,7 +34,7 @@
<hr>
<h3>About Your Team</h3>
{{ OptionsInput(form.dev_team) }}
{{ MultiCheckboxInput(form.dev_team) }}
{{ TextInput(form.dev_team_other) }}
{{ OptionsInput(form.team_experience) }}