check1
This commit is contained in:
parent
cafb12818a
commit
12e5f291c6
@ -281,6 +281,7 @@ urlpatterns = [
|
||||
path(
|
||||
"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(
|
||||
"cars/<slug:slug>/location/add/",
|
||||
views.CarLocationCreateView.as_view(),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user