diff --git a/static/js/admin.js b/static/js/admin.js
index 6116930..2833a3d 100644
--- a/static/js/admin.js
+++ b/static/js/admin.js
@@ -5,6 +5,7 @@ var dropzoneObject;
Dropzone.options.uploaddropzone = {
paramName: "file",
+ timeout: 7200000,
createImageThumbnails: false,
success: function (file, response) {
addRow(response)
diff --git a/templates/html_admin.tmpl b/templates/html_admin.tmpl
index 5e74a82..0dc242b 100644
--- a/templates/html_admin.tmpl
+++ b/templates/html_admin.tmpl
@@ -70,7 +70,7 @@
-
+
{{ template "footer" }}