This commit is contained in:
Ross
2025-01-02 20:44:16 +00:00
parent 97e76bb100
commit ef49f6a5eb
5 changed files with 45 additions and 2 deletions
+3
View File
@@ -35,6 +35,9 @@ urlpatterns = [
path(
"entries/subspecialties", views.subspecialties, name="subspecialties"
),
path(
"entries/table", views.entries_table, name="entries_table"
),
path(
"entries/all", views.entries, name="entries"
),