Commit 501c089f by ichuang

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

parent bcb4ae07
...@@ -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