From 0e08feee014b28a6f58d492291ac7abdaa3c873a Mon Sep 17 00:00:00 2001 From: James Graham Date: Mon, 26 Apr 2021 21:06:40 +0100 Subject: [PATCH] fix: 'new relationship' -> 'add relationship' --- people/templates/people/organisation/detail.html | 2 +- people/templates/people/organisation/list.html | 2 +- people/templates/people/person/detail_full.html | 2 +- people/templates/people/person/detail_partial.html | 2 +- people/templates/people/person/list.html | 2 +- people/templates/people/relationship/create.html | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/people/templates/people/organisation/detail.html b/people/templates/people/organisation/detail.html index d28ff0c..1bb6dd0 100644 --- a/people/templates/people/organisation/detail.html +++ b/people/templates/people/organisation/detail.html @@ -38,7 +38,7 @@ {% else %} New Relationship + href="{% url 'people:organisation.relationship.create' organisation_pk=organisation.pk %}">Add Relationship {% endif %} diff --git a/people/templates/people/organisation/list.html b/people/templates/people/organisation/list.html index b0dfc24..6758eaa 100644 --- a/people/templates/people/organisation/list.html +++ b/people/templates/people/organisation/list.html @@ -43,7 +43,7 @@ {% else %} New Relationship + href="{% url 'people:organisation.relationship.create' organisation_pk=organisation.pk %}">Add Relationship {% endif %} diff --git a/people/templates/people/person/detail_full.html b/people/templates/people/person/detail_full.html index 556e57a..d550fa1 100644 --- a/people/templates/people/person/detail_full.html +++ b/people/templates/people/person/detail_full.html @@ -34,7 +34,7 @@ {% else %} New Relationship + href="{% url 'people:person.relationship.create' person_pk=person.pk %}">Add Relationship {% endif %} diff --git a/people/templates/people/person/detail_partial.html b/people/templates/people/person/detail_partial.html index 8379d8e..17d5a18 100644 --- a/people/templates/people/person/detail_partial.html +++ b/people/templates/people/person/detail_partial.html @@ -34,7 +34,7 @@ {% else %} New Relationship + href="{% url 'people:person.relationship.create' person_pk=person.pk %}">Add Relationship {% endif %} diff --git a/people/templates/people/person/list.html b/people/templates/people/person/list.html index a8bf1b9..a9237bf 100644 --- a/people/templates/people/person/list.html +++ b/people/templates/people/person/list.html @@ -47,7 +47,7 @@ {% else %} New Relationship + href="{% url 'people:person.relationship.create' person_pk=person.pk %}">Add Relationship {% endif %} {% endif %} diff --git a/people/templates/people/relationship/create.html b/people/templates/people/relationship/create.html index b107a9b..6f7d8e5 100644 --- a/people/templates/people/relationship/create.html +++ b/people/templates/people/relationship/create.html @@ -13,7 +13,7 @@ -

New Relationship

+

Add Relationship