diff --git a/app/templates/about.html b/app/templates/about.html
index d757198..685424f 100755
--- a/app/templates/about.html
+++ b/app/templates/about.html
@@ -8,17 +8,17 @@
The site is running on a flask instance, storing data in a sqlite database. The location is tracked using the geolocation api. Audio is recorded through the webaudio api.
- If you have any questions contact: info at huntingmosquitos.nl
+ If you have any questions contact:
info at huntingmosquitos.nl
How to use
- - turn on your location and activate it for the browser app you use
- - allow access to your location if asked
- - you will see your position in red circle
- - you can change the view by clicking on *choose view
- - use the compass to navigate to the closest mosquito
- - while walking in the city and visiting different spots you can add:
+
- * turn on your location and activate it for the browser app you use
+ - * allow access to your location if asked
+ - * you will see your position in red circle
+ - * you can change the view by clicking on Choose View
+ - * use the compass to navigate to the closest mosquito
+ - * while walking in the city and visiting different spots you can add:
- _your favorite hangout
- _the presence of a mosquito
@@ -26,7 +26,7 @@
- _a text message
- - notes:
+
- * notes:
- _to get inspiration for the messages you are invited to check these questions
- _the web app works on mobile phones
diff --git a/app/views.py b/app/views.py
index 9b1990a..151787d 100755
--- a/app/views.py
+++ b/app/views.py
@@ -171,6 +171,12 @@ def privacy():
"""Render the website's about page."""
return render_template('privacy.html')
+@app.route('/questions/')
+def privacy():
+ """Render the website's about page."""
+ return render_template('questions.html')
+
+
@app.route('/about/')
def about():
"""Render the website's about page."""