mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
feat: add view to end relationship
This commit is contained in:
@@ -60,6 +60,10 @@ urlpatterns = [
|
||||
views.relationship.RelationshipUpdateView.as_view(),
|
||||
name='relationship.update'),
|
||||
|
||||
path('relationships/<int:pk>/end',
|
||||
views.relationship.RelationshipEndView.as_view(),
|
||||
name='relationship.end'),
|
||||
|
||||
################################
|
||||
# OrganisationRelationship views
|
||||
path('organisations/<int:organisation_pk>/relationships/create',
|
||||
|
||||
Reference in New Issue
Block a user