Commit ef2a855e by jpaille

Fix dropdown problem (optioninput) template.

The correct answer is now correctly displayed after `show answer` is pressed.
parent 0ee2112b
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
% endfor % endfor
</select> </select>
<span id="answer_${id}"></span>
<div class="indicator-container"> <div class="indicator-container">
<span class="status ${status.classname}" <span class="status ${status.classname}"
id="status_${id}" id="status_${id}"
...@@ -20,6 +19,7 @@ ...@@ -20,6 +19,7 @@
<span class="sr">${value|h} - ${status.display_name}</span> <span class="sr">${value|h} - ${status.display_name}</span>
</span> </span>
</div> </div>
<p class="answer" id="answer_${id}"></p>
% if msg: % if msg:
<span class="message">${msg|n}</span> <span class="message">${msg|n}</span>
% endif % endif
......
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