File tree 2 files changed +0
-8
lines changed
2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 1
1
{% block form_css %}
2
- {% apply spaceless %}
3
2
{% for child in form %}
4
3
{{ form_css(child ) }}
5
4
{% endfor %}
6
- {% endapply %}
7
5
{% endblock form_css %}
8
6
9
7
{% block field_css " " %}
10
8
11
9
{% block button_css " " %}
12
10
13
11
{% block collection_css %}
14
- {% apply spaceless %}
15
12
{% for child in form %}
16
13
{{ form_css(child ) }}
17
14
{% endfor %}
18
- {% endapply %}
19
15
{% endblock collection_css %}
Original file line number Diff line number Diff line change 1
1
{% block form_js %}
2
- {% apply spaceless %}
3
2
{% for child in form %}
4
3
{{ form_js(child ) }}
5
4
{% endfor %}
6
5
{% block form_js_prototype %}{% endblock form_js_prototype %}
7
- {% endapply %}
8
6
{% endblock form_js %}
9
7
10
8
{% block field_js " " %}
11
9
12
10
{% block button_js " " %}
13
11
14
12
{% block collection_js %}
15
- {% apply spaceless %}
16
13
{% for child in form %}
17
14
{{ form_js(child ) }}
18
15
{% endfor %}
19
- {% endapply %}
20
16
{% endblock collection_js %}
You can’t perform that action at this time.
0 commit comments