add message output to formulaequationinput.html (capa)

This commit is contained in:
ichuang
2014-01-31 00:14:06 +00:00
committed by Carson Gee
parent 5a722b9048
commit 239985ef68

View File

@@ -18,4 +18,8 @@
</div>
<div class="script_placeholder" data-src="${previewer}"/>
% if msg:
<span class="message">${msg|n}</span>
% endif
</section>