Allow for short project names
This commit is contained in:
parent
69256d92b2
commit
6486d4b0a0
@ -13,7 +13,7 @@ class UploadForm(FlaskForm):
|
|||||||
|
|
||||||
sitename = StringField(
|
sitename = StringField(
|
||||||
"Name of your website:",
|
"Name of your website:",
|
||||||
validators=[validators.InputRequired(), Length(6, 100)],
|
validators=[validators.InputRequired(), Length(2, 100)],
|
||||||
)
|
)
|
||||||
zipfile = FileField(
|
zipfile = FileField(
|
||||||
"Upload your zip file with content here:",
|
"Upload your zip file with content here:",
|
||||||
|
Loading…
Reference in New Issue
Block a user