mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
feature: add map of all people
This commit is contained in:
@@ -38,6 +38,10 @@ urlpatterns = [
|
||||
views.relationship.RelationshipUpdateView.as_view(),
|
||||
name='relationship.update'),
|
||||
|
||||
path('map',
|
||||
views.person.PersonMapView.as_view(),
|
||||
name='person.map'),
|
||||
|
||||
path('network',
|
||||
views.network.NetworkView.as_view(),
|
||||
name='network'),
|
||||
|
||||
Reference in New Issue
Block a user