From 126dcfd609ee92b823a029d4d3e8d52ae7cef943 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 10 Oct 2019 17:15:45 -0400 Subject: [PATCH] Split source multiform template Signed-off-by: Roberto Rosario --- .../sources/templates/sources/dropzone.html | 115 +++++++++++++++++ .../sources/upload_multiform_subtemplate.html | 118 +----------------- 2 files changed, 116 insertions(+), 117 deletions(-) create mode 100644 mayan/apps/sources/templates/sources/dropzone.html 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' %}