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