Skip to content

Commit 4f10119

Browse files
authored
Update filer/templates/admin/filer/widgets/admin_file.html
1 parent 9474997 commit 4f10119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filer/templates/admin/filer/widgets/admin_file.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</span>
1515
</div>
1616

17-
<div class="js-filer-dropzone filer-dropzone{% if object %} js-object-attached{% endif %} "
17+
<div class="js-filer-dropzone filer-dropzone{% if object %} js-object-attached{% endif %}"
1818
data-url="{% url 'admin:filer-ajax_upload' %}"
1919
data-max-files="1"
2020
{% if max_filesize %}data-max-filesize="{{ max_filesize|safe }}"{% endif %}>

0 commit comments

Comments
 (0)