From 0b1e382afcd749ce432e40e9b7ff8e213828d9ec Mon Sep 17 00:00:00 2001 From: Ross Date: Thu, 28 Jan 2021 11:00:12 +0000 Subject: [PATCH] . --- rapids/templates/rapids/exam_overview.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rapids/templates/rapids/exam_overview.html b/rapids/templates/rapids/exam_overview.html index cc98ba7d..b4a35d9f 100644 --- a/rapids/templates/rapids/exam_overview.html +++ b/rapids/templates/rapids/exam_overview.html @@ -26,6 +26,8 @@ Normal: {{ question.normal }} {% if not question.normal %}
+ Abnormality: {{ question.get_abnormalities }} Region: {{ question.get_regions }} +
{{ question.GetPrimaryAnswer }} {% endif %}