diff --git a/app/routes.py b/app/routes.py index 379b62f..ff794a7 100644 --- a/app/routes.py +++ b/app/routes.py @@ -76,6 +76,13 @@ def add_invoice(): return "An error occurred while adding the invoice", 500 +# Other imports and routes... + +@app.route('/zahlungserinnerungen') +def zahlungserinnerungen(): + return render_htmx_or_full('partials/zahlungserinnerungen.html', 'index.html') + + @app.route('/flottenmanagement') def flottenmanagement(): return render_htmx_or_full('partials/flottenmanagement.html', 'index.html') diff --git a/app/templates/index.html b/app/templates/index.html index 95cebbd..caab5c7 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -70,6 +70,10 @@ account_balance_wallet Buchhaltung +