fixed error in views

geo
nglk 1 year ago
parent e1ccfd9509
commit e8296ebb22

@ -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')

Loading…
Cancel
Save