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 8f7f96f commit f4c9bb7Copy full SHA for f4c9bb7
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 image-preview-container{% 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