This commit is contained in:
Ross
2022-03-22 22:09:49 +00:00
parent 7577a031c1
commit e3e5eee1e0
6 changed files with 59 additions and 7 deletions
+1
View File
@@ -12,6 +12,7 @@ urlpatterns = [
path("case/", views.CaseView.as_view(), name="case_view"),
path("collection/", views.collection_index_view, name="collection_index_view"),
path("collections/<int:pk>", views.collection_detail_view, name="collection_detail_view"),
path("collections/<int:pk>/<int:case_number>", views.collection_case_view, name="collection_case_view"),
path("condition/", views.ConditionView.as_view(), name="condition_view"),
path("categories/", views.categories_list, name="categories_list"),
path("condition/<int:pk>", views.condition_detail, name="condition_detail"),