{% extends 'ddm_core/page_with_form.html' %} {% block page_title %}Delete Question{% endblock page_title %} {% block main_heading %}{% endblock main_heading %} {% block main_top %}

Delete Question "{{ object.name }}"?

{% csrf_token %}

This will:

  • Permanently delete this question.
  • Delete all collected data associated with this question.
{% endblock main_top %} {% block main_form %}{% endblock main_form %} {% block breadcrumbs %} Projects "{{ project.name|truncatechars:15 }}" Project Questionnaire Delete Question {% endblock breadcrumbs %}