diff --git a/app/views.py b/app/views.py index 151787d..77ee0b4 100755 --- a/app/views.py +++ b/app/views.py @@ -172,7 +172,7 @@ def privacy(): return render_template('privacy.html') @app.route('/questions/') -def privacy(): +def questions(): """Render the website's about page.""" return render_template('questions.html')