Skip to content

Commit

Permalink
Fixes Pierre-Sassoulas#108 issue with the display of long multiple ch…
Browse files Browse the repository at this point in the history
…oice select boxes.
  • Loading branch information
d-horner committed Nov 11, 2020
1 parent 2e6c59c commit b42234a
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 b42234a

Please sign in to comment.