From 5cd4bd4751c6e17f74bf5abf74d1565a69603e76 Mon Sep 17 00:00:00 2001 From: Luis Cielak Date: Tue, 2 Oct 2018 12:58:08 -0400 Subject: [PATCH] Fix formatting --- atst/routes/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/atst/routes/__init__.py b/atst/routes/__init__.py index d98fbec9..03b18591 100644 --- a/atst/routes/__init__.py +++ b/atst/routes/__init__.py @@ -122,6 +122,7 @@ def save_user(): # no op return redirect(url_for(".home")) + @bp.route("/about") def about(): return render_template("about.html")