{% extends 'main/layout.html' %} {% block title %}Deleting {{ image.name }} — {{ request.user.username }} at Mataroa{% endblock %} {% block content %}

Delete {{ image.name }} for sure?

{% csrf_token %}
{% endblock %}