From 83c21ecefbbd4a971ad9302549ba948732049c20 Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Wed, 4 Dec 2024 14:33:05 -0800 Subject: [PATCH] fixed flake8 --- app/main/views/index.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/main/views/index.py b/app/main/views/index.py index 7b273b1d2..7c7a347f7 100644 --- a/app/main/views/index.py +++ b/app/main/views/index.py @@ -285,6 +285,7 @@ def about_notify(): navigation_links=about_notify_nav(), ) + @main.route("/about/security") def about_security(): return render_template(