Merge pull request #687 from edx/bugfix/ichuang/optioninput-msg

capa optioninput template was missing msg output (needed for hints)
This commit is contained in:
David Ormsbee
2013-08-15 13:52:50 -07:00

View File

@@ -29,4 +29,9 @@
<span class="sr">Status: incomplete</span>
</span>
% endif
% if msg:
<span class="message">${msg|n}</span>
% endif
</form>