diff --git a/ereuse_devicehub/templates/inventory/upload_snapshot.html b/ereuse_devicehub/templates/inventory/upload_snapshot.html new file mode 100644 index 00000000..c7580c11 --- /dev/null +++ b/ereuse_devicehub/templates/inventory/upload_snapshot.html @@ -0,0 +1,60 @@ +{% extends "ereuse_devicehub/base_site.html" %} +{% block main %} + +
+

{{ title }}

+ +
+ +
+
+
+ +
+
+ +
+
Upload Snapshot
+

Please select a file snapshot.

+ {% if form.form_errors %} +

+ {% for error in form.form_errors %} + {{ error }}
+ {% endfor %} +

+ {% endif %} +
+ +
+ {{ form.csrf_token }} + +
+ +
+ +
You can select multiple files Snapshots JSON.
+
+
+ +
+ Cancel + +
+
+ +
+ +
+ +
+ +
+
+
+
+{% endblock main %}