diff --git a/Web/app.py b/Web/app.py index 14d260a..a0b68dc 100755 --- a/Web/app.py +++ b/Web/app.py @@ -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')