diff --git a/app/routes.py b/app/routes.py index 4c09b7c..79a3fbf 100644 --- a/app/routes.py +++ b/app/routes.py @@ -96,7 +96,7 @@ def page_not_found(e): hidden_url = app.config['HIDDEN_URL'] hidden_help_url = hidden_url + '/help' -@app.route(hidden_url_help) +@app.route(hidden_help_url) @login_required def hidden_help(): return render_template('hidden_help.html')