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