Merge branch 'CRUD-init' of framagit.org:Chill-project/Chill-Main into CRUD-init

This commit is contained in:
2019-12-13 18:20:03 +01:00
3 changed files with 15 additions and 1 deletions

View File

@@ -52,7 +52,7 @@
{% block choice_widget_expanded %}
{% spaceless %}
<div {{ block('widget_container_attributes') }}>
<div {{ block('widget_container_attributes') }} class="choice-widget-expanded">
{% for child in form %}
<span class="inline-choice">
{{ form_widget(child) }}