From e058bd5f462c2b3f934bbd3ca12c8feb3624b428 Mon Sep 17 00:00:00 2001 From: AIIrondev Date: Wed, 12 Aug 2026 12:30:25 +0200 Subject: [PATCH] spelling mistake --- Web/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/app.py b/Web/app.py index 1abf5c8..50c9bb5 100755 --- a/Web/app.py +++ b/Web/app.py @@ -6437,7 +6437,7 @@ def item_edit(id): # FIXED: Changed 'edit_library.html' to 'item_edit.html' return render_template( - 'item_edit.html', + 'edit_library.html', username=session['username'], item=current_item, show_library_features=show_library_features,