From af9bfabeed220d1bef126cf9f3d7130df8164744 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 9 Mar 2026 09:48:42 +0000 Subject: [PATCH] Update subspecialty and pathological process display to use 'None' badge for empty states --- atlas/templates/atlas/case_display_block.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atlas/templates/atlas/case_display_block.html b/atlas/templates/atlas/case_display_block.html index f32b6c37..7986be9a 100755 --- a/atlas/templates/atlas/case_display_block.html +++ b/atlas/templates/atlas/case_display_block.html @@ -233,7 +233,7 @@ {{ sub.get_link|safe }} {% endfor %} {% else %} - No subspecialty + None {% endif %} {% if can_edit %} @@ -252,7 +252,7 @@ {{ p.get_link|safe }} {% endfor %} {% else %} - No pathological process + None {% endif %}