mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
feat(people): Add view to create Person
User profile nav directs to create new Person for user if there is not one currently associated resolves issue #4
This commit is contained in:
@@ -10,6 +10,10 @@ urlpatterns = [
|
||||
views.ProfileView.as_view(),
|
||||
name='person.profile'),
|
||||
|
||||
path('people/create',
|
||||
views.PersonCreateView.as_view(),
|
||||
name='person.create'),
|
||||
|
||||
path('people',
|
||||
views.PersonListView.as_view(),
|
||||
name='person.list'),
|
||||
|
||||
Reference in New Issue
Block a user