Allow user to create new fields for environment names

Currently only one of them is being created.
This commit is contained in:
richard-dds
2018-08-21 15:12:58 -04:00
parent 67700e13ba
commit 020e1b9cb0
4 changed files with 55 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
from flask_wtf import Form
from wtforms.fields import StringField, TextAreaField
from wtforms.fields import StringField, TextAreaField, FieldList
class NewProjectForm(Form):