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 %} {% for organisation in country.list %}
<tr> <tr>
<td>{{ organisation }}</td> <td>{{ organisation }}</td>
{% comment %}
<td> <td>
<a class="btn btn-sm btn-info" <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 %}">Details</a>
@@ -42,7 +41,6 @@
</a> </a>
{% endif %} {% endif %}
</td> </td>
{% endcomment %}
</tr> </tr>
{% endfor %} {% endfor %}
{% endfor %} {% endfor %}