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

You are about to delete the following question:

Name: {{ object.name }}
Blueprint: {{ object.blueprint }}
Question Type: {{ object.question_type.label }}

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

Are you sure you want to delete this question?

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