Created base template. Updated forms. Added navbar. Added better scraping support for edit page.
This commit is contained in:
parent
13d63245ed
commit
89118c6d1d
11 changed files with 208 additions and 144 deletions
|
|
@ -24,8 +24,8 @@ class DeleteWishlist(FlaskForm):
|
|||
|
||||
|
||||
class EditWishlistInfo(FlaskForm):
|
||||
title = StringField("Title", validators=[DataRequired()])
|
||||
description = TextAreaField("Description", validators=[DataRequired()])
|
||||
title = StringField("Title")
|
||||
description = TextAreaField("Description")
|
||||
wl_edit_submit = SubmitField("Submit")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue