From a2c44600eb5ee40123f49bc427558024746d836c Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 7 Apr 2022 18:20:05 +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 74e8ce21..c4ad1a40 100644 --- a/templates/cid_scores.html +++ b/templates/cid_scores.html @@ -36,7 +36,7 @@

Case Collection

The following Case Collections have been found. {% 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 %}