From cdb7319c56c79fa877c179cf487865ef3118d671 Mon Sep 17 00:00:00 2001 From: AIIrondev Date: Tue, 11 Aug 2026 23:58:23 +0200 Subject: [PATCH] Changes so the edeting function can also adeit all the Codes and the entire mamunt of an itemgroup --- Web/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/app.py b/Web/app.py index 4e8216d..5befa10 100755 --- a/Web/app.py +++ b/Web/app.py @@ -6416,7 +6416,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,