diff --git a/filebrowser/templates/filebrowser/upload.html b/filebrowser/templates/filebrowser/upload.html index 2165b65..2c67c27 100644 --- a/filebrowser/templates/filebrowser/upload.html +++ b/filebrowser/templates/filebrowser/upload.html @@ -77,13 +77,13 @@
-
+

{% trans "Help" %}

-
+
{% for extension in settings_var.EXTENSIONS.items %} {% ifnotequal extension.0 'Folder' %}
@@ -91,12 +91,12 @@

{% trans "Help" %}

{% endifnotequal %} {% endfor %}
-
+

{{ settings_var.MAX_UPLOAD_SIZE|filesizeformat }}


{% if settings_var.CONVERT_FILENAME %} -
+

{% trans "The Name will be converted to lowercase. Spaces will be replaced with underscores." %}