From ef2a855e9368c07e3fe65163138694a157b18fbd Mon Sep 17 00:00:00 2001 From: jpaille Date: Wed, 2 Sep 2015 15:23:51 +0000 Subject: [PATCH] Fix dropdown problem (optioninput) template. The correct answer is now correctly displayed after `show answer` is pressed. --- common/lib/capa/capa/templates/optioninput.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/capa/capa/templates/optioninput.html b/common/lib/capa/capa/templates/optioninput.html index a4f25d801b..24b7afec9e 100644 --- a/common/lib/capa/capa/templates/optioninput.html +++ b/common/lib/capa/capa/templates/optioninput.html @@ -12,7 +12,6 @@ % endfor -
${value|h} - ${status.display_name}
+

% if msg: ${msg|n} % endif