Commit 5541aa9c by ichuang

Merge pull request #2412 from edx/bugfix/ichuang/formulaequation-msg2

add message output to formulaequationinput.html (capa)
parents 50fed0ac 239985ef
...@@ -18,4 +18,8 @@ ...@@ -18,4 +18,8 @@
</div> </div>
<div class="script_placeholder" data-src="${previewer}"/> <div class="script_placeholder" data-src="${previewer}"/>
% if msg:
<span class="message">${msg|n}</span>
% endif
</section> </section>
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