.
This commit is contained in:
@@ -33,8 +33,8 @@
|
|||||||
|
|
||||||
{% if case_collections %}
|
{% if case_collections %}
|
||||||
<div>
|
<div>
|
||||||
|
<h3>Case Collection</h3>
|
||||||
The following Case Collections have been found.
|
The following Case Collections have been found.
|
||||||
<h4>Case Collection</h4>
|
|
||||||
{% for collection in case_collections %}
|
{% for collection in case_collections %}
|
||||||
<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>
|
<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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user