mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-05-15 15:31:28 +01:00
feat(people): Add detail views for Person and Relationship
This commit is contained in:
@@ -27,4 +27,7 @@ urlpatterns = [
|
||||
path('',
|
||||
views.IndexView.as_view(),
|
||||
name='index'),
|
||||
|
||||
path('',
|
||||
include('people.urls')),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user