mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
fix: 'new relationship' -> 'add relationship'
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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 %}
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
</ol>
|
</ol>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<h1>New Relationship</h1>
|
<h1>Add Relationship</h1>
|
||||||
|
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user