|
@@ -50,7 +50,9 @@ file that was distributed with this source code.
|
|
</div>
|
|
</div>
|
|
{% endif %}
|
|
{% endif %}
|
|
{% endfor %}
|
|
{% endfor %}
|
|
- {{ block('form_message') }}
|
|
|
|
|
|
+ {% if block('form_message') is defined %}
|
|
|
|
+ {{ block('form_message') }}
|
|
|
|
+ {% endif %}
|
|
{% if expanded %}
|
|
{% if expanded %}
|
|
</div>
|
|
</div>
|
|
{% endif %}
|
|
{% endif %}
|
|
@@ -79,7 +81,9 @@ file that was distributed with this source code.
|
|
{% endif %}
|
|
{% endif %}
|
|
{% if form.parent != null and 'choice' not in form.parent.vars.block_prefixes %}
|
|
{% if form.parent != null and 'choice' not in form.parent.vars.block_prefixes %}
|
|
</div>
|
|
</div>
|
|
- {{ block('form_message') }}
|
|
|
|
|
|
+ {% if block('form_message') is defined %}
|
|
|
|
+ {{ block('form_message') }}
|
|
|
|
+ {% endif %}
|
|
{% endif %}
|
|
{% endif %}
|
|
{% endspaceless %}
|
|
{% endspaceless %}
|
|
{% endblock checkbox_widget %}
|
|
{% endblock checkbox_widget %}
|