{% extends object.get_base_template %} {% block navigation %} {{ block.super }} {% include object.get_link_headers %} {% endblock navigation %} {% block content %}

Delete Exam: {{ object }}

{% csrf_token %}

Are you sure you want to delete the exam "{{ object }}"?

Cancel
{% endblock content %}