Skip to content
Snippets Groups Projects
Commit ef2a855e authored by jpaille's avatar jpaille
Browse files

Fix dropdown problem (optioninput) template.

The correct answer is now correctly displayed after `show answer` is pressed.
parent 0ee2112b
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment