2.1.13 get_cargo_type_by_transport_type_ajax
This commit is contained in:
@@ -7,8 +7,17 @@ from .js_views import *
|
||||
# /routes/
|
||||
|
||||
urlpatterns = [
|
||||
path('change_route/<int:route_id>/', create_or_change_route_ajax, name='change_route_ajax'),
|
||||
path('create_or_change_route/', create_or_change_route_ajax, name='create_or_change_route_ajax'),
|
||||
path(
|
||||
'change_route/<int:route_id>/',
|
||||
create_or_change_route_ajax, name='change_route_ajax'),
|
||||
path(
|
||||
'create_or_change_route/',
|
||||
create_or_change_route_ajax, name='create_or_change_route_ajax'),
|
||||
|
||||
path(
|
||||
'get_cargo_type_by_transport_type/',
|
||||
get_cargo_type_by_transport_type_ajax,
|
||||
name='get_cargo_type_by_transport_type_ajax'),
|
||||
|
||||
path('edit_route/', edit_route_ajax, name='edit_route_ajax'),
|
||||
path('del_route/', del_route_ajax, name='del_route_ajax'),
|
||||
|
||||
Reference in New Issue
Block a user