Fix of the endpoint name

This commit is contained in:
2026-07-19 21:07:30 +02:00
parent 3cffa4f601
commit 3e993f65e6
+1 -1
View File
@@ -10398,7 +10398,7 @@ def notifications_unread_status():
@app.route('/admin/damaged_items')
def damaged_items():
def admin_damaged_items():
"""Admin-Übersicht aller aktiven und vergangenen Ausleihen."""
if 'username' not in session:
flash('Administratorrechte erforderlich.', 'error')