littleshop/LittleShop/Areas/Admin/Views/ShippingRates
SysAdmin bc708bb0a3 Fix missing CSRF tokens in all delete forms
- Added @Html.AntiForgeryToken() to Products delete form
- Added @Html.AntiForgeryToken() to Categories delete form
- Added @Html.AntiForgeryToken() to Users delete form
- Added @Html.AntiForgeryToken() to ShippingRates delete form
- Added @Html.AntiForgeryToken() to Product Variations delete form

This fixes the 400 Bad Request errors when trying to delete items
2025-09-24 18:02:17 +01:00
..
Create.cshtml Implement complete e-commerce functionality with shipping and order management 2025-08-20 17:37:24 +01:00
Edit.cshtml Implement complete e-commerce functionality with shipping and order management 2025-08-20 17:37:24 +01:00
Index.cshtml Fix missing CSRF tokens in all delete forms 2025-09-24 18:02:17 +01:00