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,