hidden help fix 3

This commit is contained in:
Xevion
2019-06-30 05:30:41 -05:00
parent 301ba34d9c
commit eb9ea9ba41

View File

@@ -96,7 +96,7 @@ def page_not_found(e):
hidden_url = app.config['HIDDEN_URL'] hidden_url = app.config['HIDDEN_URL']
hidden_help_url = hidden_url + '/help' hidden_help_url = hidden_url + '/help'
@app.route(hidden_url_help) @app.route(hidden_help_url)
@login_required @login_required
def hidden_help(): def hidden_help():
return render_template('hidden_help.html') return render_template('hidden_help.html')