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 %}