.
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
<td>{{output.field_name}}</td>
|
<td>{{output.field_name}}</td>
|
||||||
<td>{{output.field_status}}</td>
|
<td>{{output.field_status}}</td>
|
||||||
<td>{{output.field_type}}</td>
|
<td>{{output.field_type}}</td>
|
||||||
<td>{{output.field_codeset}}</td>
|
<td>RADCODESET{{output.field_codeset}}</td>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
|
|
||||||
|
|
||||||
{% for option in options %}
|
{% for option in options %}
|
||||||
<tr><td>{{codeset}}</td><td>{{option}}</td></tr>
|
<tr><td>RADCODESET{{codeset}}</td><td>{{option}}</td></tr>
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user