From 5d8b44f847f259c7c01e5908d056f2337636cff5 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Tue, 19 Mar 2019 16:04:44 +0000 Subject: Make landing page make more sense --- app/main/routes.py | 1 - 1 file changed, 1 deletion(-) (limited to 'app/main/routes.py') diff --git a/app/main/routes.py b/app/main/routes.py index 5d14fc6..e69282c 100644 --- a/app/main/routes.py +++ b/app/main/routes.py @@ -7,6 +7,5 @@ from app.main import bp @bp.route("/") @bp.route("/index") -@login_required def index(): return render_template("index.html", title="Home") -- cgit v1.2.3