equal
deleted
inserted
replaced
40 |
40 |
41 @app.route("/impressum") |
41 @app.route("/impressum") |
42 def impressum(): |
42 def impressum(): |
43 return render_template("impressum.html") |
43 return render_template("impressum.html") |
44 |
44 |
45 @app.route("/datenschutz") |
45 @app.route("/datenschutzerklaerung") |
46 def datenschutz(): |
46 def datenschutz(): |
47 return render_template("datenschutzerklaerung.html") |
47 return render_template("datenschutzerklaerung.html") |
48 |
48 |
49 @app.errorhandler(404) |
49 @app.errorhandler(404) |
50 def page_not_found(e): |
50 def page_not_found(e): |