From 9f6740accb824c12eb9b521fbedf69600462ef8d Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 28 Oct 2024 21:56:49 +0000 Subject: [PATCH] . --- oef/templates/oef/subspecialties.html | 1 + rcr/templates/rcr/gap.html | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/oef/templates/oef/subspecialties.html b/oef/templates/oef/subspecialties.html index 6c3f8847..78997ddd 100644 --- a/oef/templates/oef/subspecialties.html +++ b/oef/templates/oef/subspecialties.html @@ -51,6 +51,7 @@ {% endfor %} +
{% endfor %} diff --git a/rcr/templates/rcr/gap.html b/rcr/templates/rcr/gap.html index 509c2cad..66f0dc6d 100644 --- a/rcr/templates/rcr/gap.html +++ b/rcr/templates/rcr/gap.html @@ -70,6 +70,8 @@ _="on click if me.checked show .outcome-{{outcome.id}} else hide .outcome-{{outc

Item count: {{items.count}}

+ +
{% endfor %} @@ -142,6 +144,9 @@ Item count: {{items.count}} display: inline-block; margin-right: 10px; } + tr { + border-bottom: 1px dashed #ccc; + } {% endblock css %}