mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
feat(people): Add people list view
This commit is contained in:
@@ -10,6 +10,10 @@ urlpatterns = [
|
||||
views.ProfileView.as_view(),
|
||||
name='person.profile'),
|
||||
|
||||
path('people',
|
||||
views.PersonListView.as_view(),
|
||||
name='person.list'),
|
||||
|
||||
path('people/<int:pk>',
|
||||
views.ProfileView.as_view(),
|
||||
name='person.detail'),
|
||||
|
||||
Reference in New Issue
Block a user