This commit is contained in:
Ross
2022-04-04 15:05:14 +01:00
parent 0e3404cc75
commit 03d8aa5ccc
+1 -1
View File
@@ -34,7 +34,7 @@
The following Case Collections have been found.
<h4>Case Collection</h4>
{% for collection in case_collections %}
<li><a href="{% url 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="{% url atlas:collection_detail' pk=collection.pk %}">{{collection.name}}</a> {% if collection.active %}[Active]{% endif %} {% if collection.publish_results %}[Results Published]{% endif %}</li>
{% endfor %}
</div>