Skip to content
Snippets Groups Projects
Commit f002ce49 authored by Andy Armstrong's avatar Andy Armstrong
Browse files

Changed unit identifier to be readonly, not disabled

STUD-863
parent 304ccc91
No related branches found
No related tags found
No related merge requests found
...@@ -182,7 +182,7 @@ require(["domReady!", "jquery", "js/models/module_info", "coffee/src/views/unit" ...@@ -182,7 +182,7 @@ require(["domReady!", "jquery", "js/models/module_info", "coffee/src/views/unit"
<div class="row wrapper-unit-id"> <div class="row wrapper-unit-id">
<p class="unit-id"> <p class="unit-id">
<span class="label">${_("Unit Identifier:")}</span> <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> </p>
</div> </div>
<ol> <ol>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment