From faf270ff93be018abe30fcf7e69c970ed0fe9b29 Mon Sep 17 00:00:00 2001 From: AIIrondev Date: Tue, 11 Aug 2026 22:35:43 +0200 Subject: [PATCH] Debug changes --- Web/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/app.py b/Web/app.py index 9a28061..dad920a 100755 --- a/Web/app.py +++ b/Web/app.py @@ -6404,7 +6404,7 @@ def item_edit(id): show_library = cfg.MODULES.is_enabled('library') return render_template( - 'item_edit.html', + 'edit_library.html', username=session['username'], item=item, library_module_enabled=show_library,