Add htmx autocomplete and allow merging of conditions
This commit is contained in:
@@ -159,6 +159,11 @@ urlpatterns = [
|
||||
views.ConditionUpdate.as_view(),
|
||||
name="condition_update",
|
||||
),
|
||||
path(
|
||||
"condition/<int:pk_to_merge>/merge/",
|
||||
views.condition_merge,
|
||||
name="condition_merge",
|
||||
),
|
||||
path("subspecialty/", views.SubspecialtyView.as_view(), name="subspecialty_view"),
|
||||
path(
|
||||
"subspecialty/<int:pk>", views.subspecialty_detail, name="subspecialty_detail"
|
||||
|
||||
Reference in New Issue
Block a user