{% extends "base.html" %} {% load url %} {% block title %} Delete Question - {{ block.super }} {% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Confirm Deletion

{% csrf_token %}

Are you sure that you want to delete the question "{{ object }}"?
WARNING: You are not able to undo this action. Once the question is deleted it is deleted forever.

Cancel
{% endblock %}