We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e1fdf26 + 7709cbe commit 7453e43Copy full SHA for 7453e43
1 file changed
Resources/views/Form/fields.html.twig
@@ -189,7 +189,7 @@
189
<div class="btn-group" data-toggle="buttons">
190
{% endif %}
191
{% for child in form %}
192
- {% if not widget_type in ['inline', 'inline-btn'] %}
+ {% if widget_type not in ['inline', 'inline-btn'] %}
193
<div class="{{ multiple ? 'checkbox' : 'radio' }}"
194
{%- if widget_type == 'inline-btn' %} class="btn-group" data-toggle="buttons"{% endif %}>
195
@@ -209,7 +209,7 @@
209
{{ child.vars.label|trans({}, translation_domain) }}
210
211
</label>
212
213
</div>
214
215
{% endfor %}
0 commit comments