From ac0b556dfa2c65799991eb628e05e2ef1c5dc617 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 28 Oct 2024 21:53:10 +0000 Subject: [PATCH] . --- rcr/templates/rcr/gap.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rcr/templates/rcr/gap.html b/rcr/templates/rcr/gap.html index b624a8bd..7dc71c3c 100644 --- a/rcr/templates/rcr/gap.html +++ b/rcr/templates/rcr/gap.html @@ -15,6 +15,7 @@

This page lists all of the radiology categories and the items that exist within them. The items are grouped by category. By default only items to keep are shown.

+ {% comment %}
Show outcomes @@ -50,7 +51,7 @@ _="on click if me.checked show .outcome-{{outcome.id}} else hide .outcome-{{outc Content type Level Outcome - Radiology condition + Radiology condition {% for item in items %} @@ -60,7 +61,7 @@ _="on click if me.checked show .outcome-{{outcome.id}} else hide .outcome-{{outc {{item.content_type}} {{item.get_level}} {{item.outcome}} - {{item.get_radiology_condition_line_breaks}} + {{item.get_radiology_condition_line_breaks}} {% endfor %}