{% extends "pages/challenge_settings_base.html" %} {% load url %} {% block breadcrumbs %} {% endblock %} {% 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 %}