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