huge fix
This commit is contained in:
parent
810c87e2e0
commit
b5bf3a5dbe
51 changed files with 2397 additions and 326 deletions
|
|
@ -6,6 +6,7 @@ app_name = 'processes'
|
|||
urlpatterns = [
|
||||
# Requests UI
|
||||
path('requests/', views.request_list, name='request_list'),
|
||||
path('requests/export/excel/', views.export_requests_excel, name='export_requests_excel'),
|
||||
path('requests/create/', views.create_request_with_entities, name='create_request_with_entities'),
|
||||
path('requests/lookup/well/', views.lookup_well_by_subscription, name='lookup_well_by_subscription'),
|
||||
path('requests/lookup/representative/', views.lookup_representative_by_national_code, name='lookup_representative_by_national_code'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue