{% extends "base_site.html" %} {% load staticfiles %} {% block title %}Confirm Delete{% endblock %} {% block content %}

Confirm Delete

Are you sure?

You are about to delete: {{ object }}

{% if extra %}

{{ extra }}

{% endif %}
{% csrf_token %}

Take me back

{% endblock %}