fix capa optioninput template to honor inline flag
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<form class="inputtype option-input">
|
||||
<% doinline = "inline" if inline else "" %>
|
||||
|
||||
<form class="inputtype option-input ${doinline}">
|
||||
<select name="input_${id}" id="input_${id}" aria-describedby="answer_${id}">
|
||||
<option value="option_${id}_dummy_default"> </option>
|
||||
% for option_id, option_description in options:
|
||||
|
||||
Reference in New Issue
Block a user