fix: 'new relationship' -> 'add relationship'

This commit is contained in:
James Graham
2021-04-26 21:06:40 +01:00
parent 311a90fe09
commit 0e08feee01
6 changed files with 6 additions and 6 deletions

View File

@@ -38,7 +38,7 @@
{% else %} {% else %}
<a class="btn btn-success btn-block" <a class="btn btn-success btn-block"
href="{% url 'people:organisation.relationship.create' organisation_pk=organisation.pk %}">New Relationship href="{% url 'people:organisation.relationship.create' organisation_pk=organisation.pk %}">Add Relationship
</a> </a>
{% endif %} {% endif %}
</div> </div>

View File

@@ -43,7 +43,7 @@
{% else %} {% else %}
<a class="btn btn-sm btn-success" <a class="btn btn-sm btn-success"
style="width: 10rem" style="width: 10rem"
href="{% url 'people:organisation.relationship.create' organisation_pk=organisation.pk %}">New Relationship href="{% url 'people:organisation.relationship.create' organisation_pk=organisation.pk %}">Add Relationship
</a> </a>
{% endif %} {% endif %}
</td> </td>

View File

@@ -34,7 +34,7 @@
{% else %} {% else %}
<a class="btn btn-success btn-block" <a class="btn btn-success btn-block"
href="{% url 'people:person.relationship.create' person_pk=person.pk %}">New Relationship href="{% url 'people:person.relationship.create' person_pk=person.pk %}">Add Relationship
</a> </a>
{% endif %} {% endif %}
</div> </div>

View File

@@ -34,7 +34,7 @@
{% else %} {% else %}
<a class="btn btn-success btn-block" <a class="btn btn-success btn-block"
href="{% url 'people:person.relationship.create' person_pk=person.pk %}">New Relationship href="{% url 'people:person.relationship.create' person_pk=person.pk %}">Add Relationship
</a> </a>
{% endif %} {% endif %}
</div> </div>

View File

@@ -47,7 +47,7 @@
{% else %} {% else %}
<a class="btn btn-sm btn-success" <a class="btn btn-sm btn-success"
style="width: 10rem" style="width: 10rem"
href="{% url 'people:person.relationship.create' person_pk=person.pk %}">New Relationship href="{% url 'people:person.relationship.create' person_pk=person.pk %}">Add Relationship
</a> </a>
{% endif %} {% endif %}
{% endif %} {% endif %}

View File

@@ -13,7 +13,7 @@
</ol> </ol>
</nav> </nav>
<h1>New Relationship</h1> <h1>Add Relationship</h1>
<hr> <hr>