From 0f3296a5dc7da1ad1713012a42a157995f71e084 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 4 Apr 2022 15:06:36 +0100 Subject: [PATCH] . --- templates/cid_scores.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/cid_scores.html b/templates/cid_scores.html index 512d92a1..ed1a1cea 100644 --- a/templates/cid_scores.html +++ b/templates/cid_scores.html @@ -34,7 +34,7 @@ The following Case Collections have been found.

Case Collection

{% for collection in case_collections %} -
  • {{collection.name}} {% if collection.active %}[Active]{% endif %} {% if collection.publish_results %}[Results Published]{% endif %}
  • +
  • {{collection.name}} {% if collection.active %}[Active]{% endif %} {% if collection.publish_results %}[Results Published]{% endif %}
  • {% endfor %}