mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
refactor: views to handled ended relationships
Add ending of organisation relationships
This commit is contained in:
@@ -78,6 +78,10 @@ urlpatterns = [
|
||||
views.relationship.OrganisationRelationshipUpdateView.as_view(),
|
||||
name='organisation.relationship.update'),
|
||||
|
||||
path('organisation-relationships/<int:pk>/end',
|
||||
views.relationship.OrganisationRelationshipEndView.as_view(),
|
||||
name='organisation.relationship.end'),
|
||||
|
||||
############
|
||||
# Data views
|
||||
path('map',
|
||||
|
||||
Reference in New Issue
Block a user