Add about page and route
This commit is contained in:
@@ -121,3 +121,7 @@ def user():
|
||||
def save_user():
|
||||
# no op
|
||||
return redirect(url_for(".home"))
|
||||
|
||||
@bp.route("/about")
|
||||
def about():
|
||||
return render_template("about.html")
|
||||
|
Reference in New Issue
Block a user