equal
deleted
inserted
replaced
41 |
41 |
42 @app.route("/imprint") |
42 @app.route("/imprint") |
43 def imprint(): |
43 def imprint(): |
44 return render_template("imprint.html", act="imprint") |
44 return render_template("imprint.html", act="imprint") |
45 |
45 |
46 @app.route("/pivacy") |
46 @app.route("/privacy") |
47 def privacy(): |
47 def privacy(): |
48 return render_template("privacy.html", act="privacy") |
48 return render_template("privacy.html", act="privacy") |
49 |
49 |
50 |
50 |
51 @app.errorhandler(404) |
51 @app.errorhandler(404) |