diff --git a/inventory/urls.py b/inventory/urls.py index a264c5aa..8bfb3027 100644 --- a/inventory/urls.py +++ b/inventory/urls.py @@ -281,6 +281,7 @@ urlpatterns = [ path( "cars//add-color/", views.CarColorCreate.as_view(), name="add_color" ), + path('car/colors//update/', views.CarColorsUpdateView.as_view(), name='car_colors_update'), path( "cars//location/add/", views.CarLocationCreateView.as_view(),