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