fix of the template name
Release Inventarsystem / release-docker (push) Successful in 2m16s

This commit is contained in:
2026-08-12 11:46:59 +02:00
parent 96d45710ac
commit 6a3865ef24
+1 -1
View File
@@ -6436,7 +6436,7 @@ def item_edit(id):
current_item['IndividualCodes'] = '\n'.join(individual_codes) current_item['IndividualCodes'] = '\n'.join(individual_codes)
return render_template( return render_template(
'item_edit.html', 'edit_library.html',
username=session['username'], username=session['username'],
item=current_item, item=current_item,
show_library_features=show_library_features, show_library_features=show_library_features,