diff --git a/mayan/apps/sources/templates/sources/dropzone.html b/mayan/apps/sources/templates/sources/dropzone.html
new file mode 100644
index 0000000000..9f2118eb62
--- /dev/null
+++ b/mayan/apps/sources/templates/sources/dropzone.html
@@ -0,0 +1,115 @@
+{% load i18n %}
+{% load static %}
+
+
+
+
+
+
+
+
diff --git a/mayan/apps/sources/templates/sources/upload_multiform_subtemplate.html b/mayan/apps/sources/templates/sources/upload_multiform_subtemplate.html
index 573aeee391..100f5ae9c8 100644
--- a/mayan/apps/sources/templates/sources/upload_multiform_subtemplate.html
+++ b/mayan/apps/sources/templates/sources/upload_multiform_subtemplate.html
@@ -1,118 +1,2 @@
-{% load i18n %}
-{% load static %}
-
-
-
-
-
{% include 'appearance/generic_multiform_subtemplate.html' %}
-
-
-
-
-
+{% include 'sources/dropzone.html' %}