|
@@ -263,7 +263,7 @@
|
|
{% block collection_widget %}
|
|
{% block collection_widget %}
|
|
{% spaceless %}
|
|
{% spaceless %}
|
|
{{ block('form_widget') }}
|
|
{{ block('form_widget') }}
|
|
- {% if prototype %}
|
|
|
|
|
|
+ {% if prototype is defined %}
|
|
<script type="text/html" id="{{ id }}_prototype">{{ form_row(prototype) }}</script>
|
|
<script type="text/html" id="{{ id }}_prototype">{{ form_row(prototype) }}</script>
|
|
{% endif %}
|
|
{% endif %}
|
|
{% endspaceless %}
|
|
{% endspaceless %}
|