File tree 2 files changed +4
-7
lines changed
filebrowser_safe/templates/filebrowser
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 11
11
{% endblock %}
12
12
13
13
<!-- JAVASCRIPTS -->
14
- {% block javascripts %}
14
+ {% block extrahead %}
15
15
{{ block.super }}
16
16
17
17
{% ifequal query.pop '1' %} <!-- FileBrowseField -->
32
32
< script language ="javascript " type ="text/javascript " src ="{{ settings_var.URL_FILEBROWSER_MEDIA }}js/FB_TinyMCE4.js "> </ script >
33
33
{% endifequal %}
34
34
35
- {{ media }}
36
-
37
35
< script type ="text/javascript " src ="{% static "grappelli /js/admin/Changelist.js" %}"> </ script >
38
36
39
37
{% if not actions_on_top and not actions_on_bottom %}
40
38
< style >
41
39
# changelist table thead th : first-child { width : inherit; }
42
40
</ style >
43
41
{% endif %}
44
- {% endblock %}
42
+ {% endblock extrahead %}
45
43
46
44
{% block rtl_styles %}
47
45
{{ block.super }}
Original file line number Diff line number Diff line change 16
16
{% endblock %}
17
17
18
18
<!-- JAVASCRIPTS -->
19
- {% block javascripts %}
19
+ {% block extrahead %}
20
20
{{ block.super }}
21
- < script type ="text/javascript " src ="../../jsi18n/ "> </ script >
22
21
< script type ="text/javascript " src ="{{ settings_var.URL_FILEBROWSER_MEDIA }}js/upload.js "> </ script >
23
- {% endblock %}
22
+ {% endblock extrahead %}
24
23
25
24
<!-- COLTYPE/BODYCLASS -->
26
25
{% block coltype %}colM{% endblock %}
You can’t perform that action at this time.
0 commit comments