diff --git a/app/main/views/index.py b/app/main/views/index.py index a37968740..47780a1e7 100644 --- a/app/main/views/index.py +++ b/app/main/views/index.py @@ -21,3 +21,8 @@ def verify_mobile(): @main.route('/cookies') def cookies(): return render_template('views/cookies.html') + + +@main.route('/help') +def help(): + return render_template('views/help.html') diff --git a/app/templates/admin_template.html b/app/templates/admin_template.html index 846ee2a91..666add0bb 100644 --- a/app/templates/admin_template.html +++ b/app/templates/admin_template.html @@ -74,6 +74,7 @@ {% block footer_support_links %}