|
@ -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:", |
|
|