From 6a3865ef24a6bc3001d9bba17645610bb47d1657 Mon Sep 17 00:00:00 2001 From: AIIrondev Date: Wed, 12 Aug 2026 11:46:59 +0200 Subject: [PATCH] fix of the template name --- Web/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Web/app.py b/Web/app.py index 47b56ad..2a67695 100755 --- a/Web/app.py +++ b/Web/app.py @@ -6436,7 +6436,7 @@ def item_edit(id): current_item['IndividualCodes'] = '\n'.join(individual_codes) return render_template( - 'item_edit.html', + 'edit_library.html', username=session['username'], item=current_item, show_library_features=show_library_features,