aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/customers/upload.html
diff options
context:
space:
mode:
Diffstat (limited to 'servo/templates/customers/upload.html')
-rw-r--r--servo/templates/customers/upload.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/servo/templates/customers/upload.html b/servo/templates/customers/upload.html
new file mode 100644
index 0000000..9c5447c
--- /dev/null
+++ b/servo/templates/customers/upload.html
@@ -0,0 +1,13 @@
+{% extends "modal.html" %}
+{% load i18n %}
+
+{% block header %}
+{% trans "Import customer data" %}
+{% endblock header %}
+
+{% block body %}
+<form action="{{ action }}" method="post" enctype="multipart/form-data" class="form-horizontal">
+ {% csrf_token %}
+ {% include "form_snippet.html" %}
+</form>
+{% endblock body %}