{% extends "admin/base.html" %}
{% block content %}
<form method="post">
{% csrf_token %}
delete {{ object }}
{{ form.as_p }}
<input type="submit"/>
</form>
{% endblock content %}