mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
fix: add back buttons on org list
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user