File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
filer/templates/admin/filer/widgets Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 %} >
2626 < span class ="filerFile js-file-selector ">
2727 {% if object %}
2828 {% if object.file.exists %}
29- < a href ="{{ object.url }} " target ="_blank "> {% file_icon object detail=True %}</ a >
29+ < a href ="{{ object.url }} " target ="_blank "> {% file_icon object detail="thumbnail" %}</ a >
3030 < span class ="description_text "> {{ object.label }}</ span >
3131 {% else %}
3232 {% file_icon object %}
You can’t perform that action at this time.
0 commit comments