From 5397bf10acb3bab16d60e87b12e259c97bef5fb1 Mon Sep 17 00:00:00 2001 From: Ross Date: Wed, 30 Oct 2024 22:57:54 +0000 Subject: [PATCH] . --- rcr/templates/rcr/gap.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rcr/templates/rcr/gap.html b/rcr/templates/rcr/gap.html index bf9667c3..9d642672 100644 --- a/rcr/templates/rcr/gap.html +++ b/rcr/templates/rcr/gap.html @@ -57,7 +57,7 @@ _="on click if me.checked show .outcome-{{outcome.id}} else hide .outcome-{{outc {% for item in items %} {{item.rcr_platform_id}} - {{item.name}} + {{item.name}} {{item.content_type}} {{item.get_level}} {{item.outcome}} @@ -147,6 +147,9 @@ Item count: {{items.count}} tr { border-bottom: 1px dashed rgba(204, 204, 204, 0.37); } + .item-link { + color: purple; + } {% endblock css %}