This commit is contained in:
parent
1bb019cc13
commit
fb637cddd2
@ -28,7 +28,7 @@ class EditForm(FlaskForm):
|
||||
class FolderEditForm(FlaskForm):
|
||||
id = HiddenField('id')
|
||||
name = StringField('name', validators=[DataRequired()])
|
||||
path = StringField('path', validators=[DataRequired()])
|
||||
path = StringField('path')
|
||||
|
||||
|
||||
class FolderDeleteForm(FlaskForm):
|
||||
|
Reference in New Issue
Block a user