diff --git a/instances/templates/instance.html b/instances/templates/instance.html index f795687..7de295b 100644 --- a/instances/templates/instance.html +++ b/instances/templates/instance.html @@ -546,8 +546,8 @@
-
{% csrf_token %} - {% for cd in media %} + {% for cd in media %} + {% csrf_token %}
{% if not cd.image %} @@ -579,8 +579,8 @@
{% endif %}
- {% endfor %} - + + {% endfor %}
{% if request.user.is_superuser %}