{% extends 'ddm/project_admin/generic/page_with_form.html' %} {% block page_title %}Delete Project{% endblock %} {% block main_heading %}Delete "{{ object.name }}"{% endblock %} {% block main_form %}
{% csrf_token %}

You are about to delete the following project:

Name: {{ object.name }}
Slug: {{ object.slug }}
Intro Text: {{ object.intro_text }}
Outro Text: {{ object.outro_text }}

All collected data associated with this project will also be deleted. This action cannot be reversed.

Are you sure you want to delete this project?

{% endblock %} {% block breadcrumbs %} Back to: Projects / Project Cockpit {% endblock %}