{% extends parent_template %} {% comment %} Since Django templates do not support multiple inheritance, we simluate it by dynamically extending from the *_detail.html template for a concrete object type. The *DeleteView classes should set a "parent_template" variable which is string specifying the concrete template to inherit from. {% endcomment %} {% block action %}

Warning!

Please confirm that you would like to delete this object
{% csrf_token %} Cancel
{% endblock %}