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 @@