diff -r d8f2ed955656 -r 57900b452c8b pymove3d.py --- a/pymove3d.py Fri Jan 17 16:45:59 2014 +0100 +++ b/pymove3d.py Fri Jan 17 16:51:06 2014 +0100 @@ -43,7 +43,7 @@ def imprint(): return render_template("imprint.html", act="imprint") -@app.route("/pivacy") +@app.route("/privacy") def privacy(): return render_template("privacy.html", act="privacy")