mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 11:27:09 +00:00
refactor(people): Move relationship answers to answer set
Answers to the relationship questions have been moved from the relationship to another model RelationshipAnswerSet. A new answer set is created each time a user answers the relationship questions. Resolves #16 Resolves #17 Resolves #18
This commit is contained in:
@@ -33,4 +33,8 @@ urlpatterns = [
|
||||
path('relationships/<int:pk>',
|
||||
views.RelationshipDetailView.as_view(),
|
||||
name='relationship.detail'),
|
||||
|
||||
path('relationships/<int:relationship_pk>/update',
|
||||
views.RelationshipUpdateView.as_view(),
|
||||
name='relationship.update'),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user