mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
feat(people): Allow people to describe relationships
Creating a relationship requires answering each of the relationship questions resolve #2 partial #5
This commit is contained in:
@@ -22,6 +22,10 @@ urlpatterns = [
|
||||
views.ProfileView.as_view(),
|
||||
name='person.detail'),
|
||||
|
||||
path('people/<int:person_pk>/relationships/create',
|
||||
views.RelationshipCreateView.as_view(),
|
||||
name='person.relationship.create'),
|
||||
|
||||
path('relationships/<int:pk>',
|
||||
views.RelationshipDetailView.as_view(),
|
||||
name='relationship.detail'),
|
||||
|
||||
Reference in New Issue
Block a user