diff --git a/server/src/uds/static/adm/js/gui-fields.js b/server/src/uds/static/adm/js/gui-fields.js index d685b89e2..6abd14d05 100644 --- a/server/src/uds/static/adm/js/gui-fields.js +++ b/server/src/uds/static/adm/js/gui-fields.js @@ -18,7 +18,7 @@ label: f.gui.label, length: f.gui.length, multiline: f.gui.multiline, - rdonly: editing ? f.gui.rdonly : false, // rdonly applies just to editing + readonly: editing ? f.gui.rdonly : false, // rdonly applies just to editing required: f.gui.required, tooltip: f.gui.tooltip, type: f.gui.type, diff --git a/server/src/uds/templates/uds/admin/tmpl/fld/checkbox.html b/server/src/uds/templates/uds/admin/tmpl/fld/checkbox.html index 55a24b9b9..8ee37fb87 100644 --- a/server/src/uds/templates/uds/admin/tmpl/fld/checkbox.html +++ b/server/src/uds/templates/uds/admin/tmpl/fld/checkbox.html @@ -3,7 +3,7 @@ {% block field %}