diff --git a/Web/app.py b/Web/app.py index 1abf5c8..50c9bb5 100755 --- a/Web/app.py +++ b/Web/app.py @@ -6437,7 +6437,7 @@ def item_edit(id): # FIXED: Changed 'edit_library.html' to 'item_edit.html' return render_template( - 'item_edit.html', + 'edit_library.html', username=session['username'], item=current_item, show_library_features=show_library_features,