From 2a83b964156128372f4e444d124cb1d88dcba94a Mon Sep 17 00:00:00 2001 From: AIIrondev Date: Sun, 19 Jul 2026 17:35:23 +0200 Subject: [PATCH] changes to get the lagal right --- Website/main.py | 3 +++ Website/templates/avv.html | 1 + Website/templates/schnell_buchung.html | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 Website/templates/avv.html diff --git a/Website/main.py b/Website/main.py index 2fb912e..45f99b6 100644 --- a/Website/main.py +++ b/Website/main.py @@ -3387,6 +3387,9 @@ def impressum(): def nutzungsbedingungen(): return render_template("nutzungsbedingungen.html") +@app.route('/avv') +def avv(): + return render_template("avv.html") @app.route('/downloads/rechtliches') def download_legal_pdfs_bundle(): diff --git a/Website/templates/avv.html b/Website/templates/avv.html new file mode 100644 index 0000000..8318c86 --- /dev/null +++ b/Website/templates/avv.html @@ -0,0 +1 @@ +Test \ No newline at end of file diff --git a/Website/templates/schnell_buchung.html b/Website/templates/schnell_buchung.html index 78e5955..bd1dcf7 100644 --- a/Website/templates/schnell_buchung.html +++ b/Website/templates/schnell_buchung.html @@ -346,7 +346,7 @@