fix: add back buttons on org list

This commit is contained in:
James Graham
2021-03-08 12:00:13 +00:00
parent 85c13033e8
commit ba4f8d8ffd

View File

@@ -24,7 +24,6 @@
{% for organisation in country.list %}
<tr>
<td>{{ organisation }}</td>
{% comment %}
<td>
<a class="btn btn-sm btn-info"
href="{% url 'people:organisation.detail' pk=organisation.pk %}">Details</a>
@@ -42,7 +41,6 @@
</a>
{% endif %}
</td>
{% endcomment %}
</tr>
{% endfor %}
{% endfor %}