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 %}
|
||||
<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>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
{% else %}
|
||||
<a class="btn btn-sm btn-success"
|
||||
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>
|
||||
{% endif %}
|
||||
</td>
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
{% else %}
|
||||
<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>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
|
||||
{% else %}
|
||||
<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>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
{% else %}
|
||||
<a class="btn btn-sm btn-success"
|
||||
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>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
</ol>
|
||||
</nav>
|
||||
|
||||
<h1>New Relationship</h1>
|
||||
<h1>Add Relationship</h1>
|
||||
|
||||
<hr>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user