{% extends 'ddm_core/page_with_form.html' %} {% block page_title %}Delete Blueprint{% endblock page_title %} {% block main_heading %}Delete Blueprint "{{ object.name }}"?{% endblock main_heading %} {% block form_content %}
{{ form.non_field_errors }}

This will:

If you are unsure, you can also unassign the Blueprint from any Uploaders in the Blueprint menu.

{% endblock form_content %} {% block main_form %}{% endblock main_form %}