capa optioninput template was missing msg output (needed for hints)

This commit is contained in:
ichuang
2013-08-14 21:51:40 -04:00
parent bcb4ae0751
commit 501c089f41

View File

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