This commit is contained in:
Faheedkhan 2025-06-02 16:56:42 +03:00
parent cafb12818a
commit 12e5f291c6

View File

@ -281,6 +281,7 @@ urlpatterns = [
path( path(
"cars/<slug:slug>/add-color/", views.CarColorCreate.as_view(), name="add_color" "cars/<slug:slug>/add-color/", views.CarColorCreate.as_view(), name="add_color"
), ),
path('car/colors/<slug:slug>/update/', views.CarColorsUpdateView.as_view(), name='car_colors_update'),
path( path(
"cars/<slug:slug>/location/add/", "cars/<slug:slug>/location/add/",
views.CarLocationCreateView.as_view(), views.CarLocationCreateView.as_view(),