|
|
@ -172,7 +172,7 @@ def privacy():
|
|
|
|
return render_template('privacy.html')
|
|
|
|
return render_template('privacy.html')
|
|
|
|
|
|
|
|
|
|
|
|
@app.route('/questions/')
|
|
|
|
@app.route('/questions/')
|
|
|
|
def privacy():
|
|
|
|
def questions():
|
|
|
|
"""Render the website's about page."""
|
|
|
|
"""Render the website's about page."""
|
|
|
|
return render_template('questions.html')
|
|
|
|
return render_template('questions.html')
|
|
|
|
|
|
|
|
|
|
|
|