diff --git a/ereuse_devicehub/templates/inventory/snapshot_detail.html b/ereuse_devicehub/templates/inventory/snapshot_detail.html index 4c4bb09a..c3a91cec 100644 --- a/ereuse_devicehub/templates/inventory/snapshot_detail.html +++ b/ereuse_devicehub/templates/inventory/snapshot_detail.html @@ -40,7 +40,7 @@
Change Snapshot Type Upload
-
+ {{ form.csrf_token }} {% for f in form %} {% if f != form.csrf_token %} @@ -114,7 +114,7 @@ @@ -124,12 +124,18 @@
{% endblock main %}