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")