{% extends "challenge.html" %} {% block content %}

Confirm Deletion

{% csrf_token %}

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

{% endblock %}