From 03d8aa5ccc3cce1eaa1adfffae5c61b4f131600b Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 4 Apr 2022 15:05:14 +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 13bc7a79..512d92a1 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 %}