From a6d50a64f9371d1e0b722fe89ba43a7ca58158b3 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 4 Apr 2022 15:04:02 +0100 Subject: [PATCH] . --- templates/cid_scores.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/cid_scores.html b/templates/cid_scores.html index 09154002..33865c89 100644 --- a/templates/cid_scores.html +++ b/templates/cid_scores.html @@ -34,11 +34,11 @@ 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 %} -{% endif %} + {% endif %} {% endblock %}