Merge branch '9-creation-of-new-vehicle-fails' into 'development'

Resolve "Creation of new vehicle fails"

Closes #9

See merge request !25
This commit is contained in:
Joachim Lusiardi 2016-07-29 21:12:30 +02:00
commit 48d7c108f1
1 changed files with 2 additions and 0 deletions

View File

@ -187,6 +187,8 @@ def create_vehicle():
if form.consumables.data:
form.consumables.default = form.consumables.data
else:
form.consumables.default = []
if form.validate_on_submit():
if len(form.consumables.data) == 0: