diff --git a/bootstrap_toolkit/templates/bootstrap_toolkit/field_choices.html b/bootstrap_toolkit/templates/bootstrap_toolkit/field_choices.html index d16556b..6faf9c7 100644 --- a/bootstrap_toolkit/templates/bootstrap_toolkit/field_choices.html +++ b/bootstrap_toolkit/templates/bootstrap_toolkit/field_choices.html @@ -1,5 +1,7 @@ {% load bootstrap_toolkit %} -{{ choices_start }} +{% if choices_start %} + {{ choices_start }} +{% endif %} {% for choice_id, choice_label in field.field.choices %}