We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9474997 commit 4f10119Copy full SHA for 4f10119
filer/templates/admin/filer/widgets/admin_file.html
@@ -14,7 +14,7 @@
14
</span>
15
</div>
16
17
- <div class="js-filer-dropzone filer-dropzone{% if object %} js-object-attached{% endif %} "
+ <div class="js-filer-dropzone filer-dropzone{% if object %} js-object-attached{% endif %}"
18
data-url="{% url 'admin:filer-ajax_upload' %}"
19
data-max-files="1"
20
{% if max_filesize %}data-max-filesize="{{ max_filesize|safe }}"{% endif %}>
0 commit comments