update the url

This commit is contained in:
ismail 2025-09-18 17:21:51 +03:00
parent 4566de7c5f
commit 271d1cd897

View File

@ -794,7 +794,7 @@ urlpatterns = [
),
path(
"<slug:dealer_slug>/sales/estimates/create/<slug:slug>/",
views.create_estimate,
views.estimate_create_from_opportunity,
name="estimate_create_from_opportunity",
),
path(