This commit is contained in:
Ross
2022-04-04 15:04:02 +01:00
parent a105197006
commit a6d50a64f9
+2 -2
View File
@@ -34,11 +34,11 @@
The following Case Collections have been found.
<h4>Case Collection</h4>
{% for collection in case_collections %}
<li><a href="{% atlas:case_collection_overview' pk=collection.pk%}">{{collection.name}}</a> {% if collection.active %}[Active]{% endif %} {% if collection.publish_results %}[Results Published]{% endif %}</li>
<li><a href="{% atlas:case_collection_overview' pk=collection.pk %}">{{collection.name}}</a> {% if collection.active %}[Active]{% endif %} {% if collection.publish_results %}[Results Published]{% endif %}</li>
{% endfor %}
</div>
{% endif %}
{% endif %}
</div>
{% endblock %}