From 6a58cdb14f37cff7abdee284433a10316bd5eec1 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 16 Dec 2024 12:37:31 +0000 Subject: [PATCH] . --- oef/templates/oef/output.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oef/templates/oef/output.html b/oef/templates/oef/output.html index 342eceab..b074ea14 100644 --- a/oef/templates/oef/output.html +++ b/oef/templates/oef/output.html @@ -26,7 +26,7 @@ {{output.field_name}} {{output.field_status}} {{output.field_type}} - {{output.field_codeset}} + RADCODESET{{output.field_codeset}} @@ -42,7 +42,7 @@ {% for option in options %} - {{codeset}}{{option}} + RADCODESET{{codeset}}{{option}} {% endfor %}