diff --git a/cms/templates/unit.html b/cms/templates/unit.html
index 07ab8de6931c7e672590e8cbc6e141c09de769d8..9f3daf0b20c8601edf044aabd67f09e7e6f32591 100644
--- a/cms/templates/unit.html
+++ b/cms/templates/unit.html
@@ -182,7 +182,7 @@ require(["domReady!", "jquery", "js/models/module_info", "coffee/src/views/unit"
             <div class="row wrapper-unit-id">
               <p class="unit-id">
                 <span class="label">${_("Unit Identifier:")}</span>
-                <input type="text" class="url value" value="${unit.location.name}" disabled />
+                <input type="text" class="url value" value="${unit.location.name}" readonly />
               </p>
             </div>
             <ol>