mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-08-23 20:55:39 +01:00
+2
-2
@@ -56,7 +56,7 @@ urlpatterns = [
|
||||
views.relationship.RelationshipDetailView.as_view(),
|
||||
name='relationship.detail'),
|
||||
|
||||
path('relationships/<int:relationship_pk>/update',
|
||||
path('relationships/<int:pk>/update',
|
||||
views.relationship.RelationshipUpdateView.as_view(),
|
||||
name='relationship.update'),
|
||||
|
||||
@@ -70,7 +70,7 @@ urlpatterns = [
|
||||
views.relationship.OrganisationRelationshipDetailView.as_view(),
|
||||
name='organisation.relationship.detail'),
|
||||
|
||||
path('organisation-relationships/<int:relationship_pk>/update',
|
||||
path('organisation-relationships/<int:pk>/update',
|
||||
views.relationship.OrganisationRelationshipUpdateView.as_view(),
|
||||
name='organisation.relationship.update'),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user