pymove3d.py
branchlanding-page-2014
changeset 34 d9a3c0cebf6b
parent 3 c07ffbab8647
child 36 b797d9ada684
     1.1 --- a/pymove3d.py	Mon Dec 09 08:35:50 2013 +0100
     1.2 +++ b/pymove3d.py	Tue Dec 10 07:23:48 2013 +0100
     1.3 @@ -39,6 +39,10 @@
     1.4  def coursematerial():
     1.5      return render_template("coursematerial.html", act="coursematerial")
     1.6  
     1.7 +@app.route("/impressum")
     1.8 +def impressum():
     1.9 +    return render_template("impressum.html")
    1.10 +
    1.11  @app.errorhandler(404)
    1.12  def page_not_found(e):
    1.13      return render_template("404.html"), 404
Impressum Datenschutzerklärung