Commit 7eb41ed8 by Sarina Canelake

Merge pull request #9590 from openfun/openfun/fix-dropdown-problem-template

Fix correct answer position in dropdown problem template.
parents c5bca132 b8c33e7b
......@@ -237,3 +237,4 @@ Bill DeRusha <bill@edx.org>
Kevin Falcone <kevin@edx.org>
Mirjam Škarica <mirjamskarica@gmail.com>
Saleem Latif <saleem@edx.org>
Julien Paillé <julien.paille@openfun.fr>
......@@ -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
......
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