Skip to content

Commit

Permalink
Fixes #108 issue with the display of long multiple choice select boxes.
Browse files Browse the repository at this point in the history
  • Loading branch information
d-horner authored and Pierre-Sassoulas committed Nov 11, 2020
1 parent a3ce557 commit 84f5ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion survey/templates/survey/question.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<select name="{{form.name}}"{% if form.field.widget.attrs.disabled %} disabled{% endif %}>
{% endif %}
{% for field in form %}
{{ field }}
{{ field }} <br>
{% endfor%}
{% if form.field.widget.input_type == 'select' %}
</select>
Expand Down

0 comments on commit 84f5ad8

Please sign in to comment.