Commit 957175e3 by Andy Armstrong

Merge pull request #1773 from edx/andy/unitidentifier

Changed unit identifier to be readonly, not disabled
parents 38fba248 f002ce49
...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment