branch | landing-page-2014 |
changeset 36 | b797d9ada684 |
parent 34 | d9a3c0cebf6b |
child 39 | 6ce477e2df12 |
1.1 --- a/pymove3d.py Tue Dec 10 08:36:20 2013 +0100 1.2 +++ b/pymove3d.py Wed Dec 11 08:06:54 2013 +0100 1.3 @@ -43,6 +43,10 @@ 1.4 def impressum(): 1.5 return render_template("impressum.html") 1.6 1.7 +@app.route("/datenschutz") 1.8 +def datenschutz(): 1.9 + return render_template("datenschutzerklaerung.html") 1.10 + 1.11 @app.errorhandler(404) 1.12 def page_not_found(e): 1.13 return render_template("404.html"), 404