.
This commit is contained in:
@@ -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"
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user