Commit 5f8eab5f by David Ormsbee

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

capa optioninput template was missing msg output (needed for hints)
parents 03b60503 501c089f
...@@ -29,4 +29,9 @@ ...@@ -29,4 +29,9 @@
<span class="sr">Status: incomplete</span> <span class="sr">Status: incomplete</span>
</span> </span>
% endif % endif
% if msg:
<span class="message">${msg|n}</span>
% endif
</form> </form>
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