From 1af2bdf490e3d412046cbfba678616f50762c195 Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 1 Dec 2021 18:59:36 +0000 Subject: [PATCH] . --- anatomy/static/css/anatomy.css | 1 + atlas/templates/atlas/series_viewer.html | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/anatomy/static/css/anatomy.css b/anatomy/static/css/anatomy.css index d004e11b..225c5614 100644 --- a/anatomy/static/css/anatomy.css +++ b/anatomy/static/css/anatomy.css @@ -791,6 +791,7 @@ input { } .select2-container--default.select2-container--focus .select2-selection--multiple, +.select2-container--default.select2-container--default .select2-selection--multiple, .select2-selection .select2-selection__rendered .select2-selection__choice { background-color: #5897fb; } diff --git a/atlas/templates/atlas/series_viewer.html b/atlas/templates/atlas/series_viewer.html index 119f650b..39641dd4 100755 --- a/atlas/templates/atlas/series_viewer.html +++ b/atlas/templates/atlas/series_viewer.html @@ -59,7 +59,11 @@
{% csrf_token %} - {{ series_finding_form.as_table }} +
    + {% for form in series_finding_form %} +
  • {{ form }}
  • + {% endfor %} +