diff --git a/templates/files.html b/templates/files.html
index 4283a45..1d87c63 100644
--- a/templates/files.html
+++ b/templates/files.html
@@ -74,7 +74,7 @@
{{ file[2] }} |
- |
+
{% endfor %}
diff --git a/views/filesupload.py b/views/filesupload.py
index d816b82..7913cb8 100644
--- a/views/filesupload.py
+++ b/views/filesupload.py
@@ -110,6 +110,7 @@ def list():
return render_template('files.html',
section="Files",
+ BASE_URL=BASE_URL,
size=size,
username=user,
nb_pv=nb_pv,