Fix dropdown problem (optioninput) template.

The correct answer is now correctly displayed after `show answer` is pressed.
This commit is contained in:
jpaille
2015-09-02 15:23:51 +00:00
parent 0ee2112b78
commit ef2a855e93

View File

@@ -12,7 +12,6 @@
% endfor
</select>
<span id="answer_${id}"></span>
<div class="indicator-container">
<span class="status ${status.classname}"
id="status_${id}"
@@ -20,6 +19,7 @@
<span class="sr">${value|h} - ${status.display_name}</span>
</span>
</div>
<p class="answer" id="answer_${id}"></p>
% if msg:
<span class="message">${msg|n}</span>
% endif