From 0e3404cc75f9b984447c419d905a9a4de3d647c6 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 4 Apr 2022 15:04:34 +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 33865c89..13bc7a79 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 %}