Fix formatting

This commit is contained in:
Luis Cielak 2018-10-02 12:58:08 -04:00 committed by luisgov
parent cfdac003e8
commit 5cd4bd4751

View File

@ -122,6 +122,7 @@ def save_user():
# no op # no op
return redirect(url_for(".home")) return redirect(url_for(".home"))
@bp.route("/about") @bp.route("/about")
def about(): def about():
return render_template("about.html") return render_template("about.html")