This commit is contained in:
Ross
2021-12-07 11:58:35 +00:00
parent 9ed3e765e1
commit c858e95d7c
6 changed files with 163 additions and 35 deletions
+4
View File
@@ -138,4 +138,8 @@ urlpatterns = [
views.StructureAutocomplete.as_view(model=Structure, create_field="name"),
name="structure-autocomplete",
),
path("presentation/", views.PresentationView.as_view(), name="presentation_view"),
path("presentation/<int:pk>", views.presentation_detail, name="presentation_detail"),
path("process/", views.PathologicalProcessView.as_view(), name="pathological_process_view"),
path("process/<int:pk>", views.pathological_process_detail, name="pathological_process_detail"),
]