This commit is contained in:
Ross
2024-10-28 16:37:34 +00:00
parent a2907fa285
commit fc6e215cc2
4 changed files with 56 additions and 0 deletions
+3
View File
@@ -29,6 +29,9 @@ urlpatterns = [
path(
"entries/questions", views.questions, name="questions"
),
path(
"entries/subspecialties", views.subspecialties, name="subspecialties"
),
path(
"entries/all", views.entries, name="entries"
),