fix: update button text on org list

Resolves #93
This commit is contained in:
James Graham
2021-03-09 12:29:57 +00:00
parent 7d74a99518
commit e457086c50

View File

@@ -24,7 +24,7 @@
<td>{{ organisation }}</td>
<td>
<a class="btn btn-sm btn-info"
href="{% url 'people:organisation.detail' pk=organisation.pk %}">Details</a>
href="{% url 'people:organisation.detail' pk=organisation.pk %}">Profile</a>
{% if organisation.pk in existing_relationships %}
<a class="btn btn-sm btn-warning"