start integrating cimar
This commit is contained in:
@@ -378,6 +378,7 @@ urlpatterns = [
|
||||
# path("all_questions/", views.all_questions, name="all_questions"),
|
||||
path("case/<int:pk>/scrap", views.atlas_scrap, name="case_scrap"),
|
||||
path("case/<int:pk>/delete", views.CaseDelete.as_view(), name="case_delete"),
|
||||
path("case/<int:case_id>/push_to_cimar", views.push_case_to_cimar, name="push_case_to_cimar"),
|
||||
path("case/create/", views.AtlasCreate.as_view(), name="case_create"),
|
||||
path(
|
||||
"case/collection/<int:pk>/create",
|
||||
|
||||
Reference in New Issue
Block a user