diff --git a/filer/templates/admin/filer/folder/directory_listing.html b/filer/templates/admin/filer/folder/directory_listing.html index dc37d3ee9..9b52cef2f 100644 --- a/filer/templates/admin/filer/folder/directory_listing.html +++ b/filer/templates/admin/filer/folder/directory_listing.html @@ -213,7 +213,7 @@
@@ -170,7 +170,7 @@
data-folder-name="{% if folder.is_root %}{% trans 'Unsorted Uploads' %}{% else %}{{ folder.name }}{% endif %}"
data-max-uploader-connections="{{ uploader_connections }}"
data-max-files="{{ max_files|safe }}"
- {% if max_filesize %}}data-max-filesize="{{ max_filesize|safe }}"{% endif %}>
+ {% if max_filesize %}data-max-filesize="{{ max_filesize|safe }}"{% endif %}>
diff --git a/filer/templates/admin/filer/folder/directory_thumbnail_list.html b/filer/templates/admin/filer/folder/directory_thumbnail_list.html
index 4ccb8be50..184587bb1 100644
--- a/filer/templates/admin/filer/folder/directory_thumbnail_list.html
+++ b/filer/templates/admin/filer/folder/directory_thumbnail_list.html
@@ -4,7 +4,7 @@
+ {% if max_filesize %}data-max-filesize="{{ max_filesize|safe }}"{% endif %}>
@@ -43,7 +43,7 @@
data-folder-name="{{ subfolder.name }}"
data-max-uploader-connections="{{ uploader_connections }}"
data-max-files="{{ max_files|safe }}"
- {% if max_filesize %}}data-max-filesize="{{ max_filesize|safe }}"{% endif %}>
+ {% if max_filesize %}data-max-filesize="{{ max_filesize|safe }}"{% endif %}>
|
---|