mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
add javascript to ensure that fields with '_other' are checked - close #349
This commit is contained in:
@@ -49,8 +49,7 @@
|
||||
{{ form_label(child, '', {'label_attr': { 'class' : 'inline'} }) }}
|
||||
</div>
|
||||
{% endfor %}
|
||||
{{ form_widget(form._choices) }}
|
||||
{{ form_widget(form._other) }}
|
||||
{{ form_widget(form._other, {'attr': {'class': 'input-text-other-value'} }) }}
|
||||
{% endspaceless %}
|
||||
{% endblock choice_with_other_widget %}
|
||||
|
||||
|
Reference in New Issue
Block a user