{% extends "accounts/base.html" %} {% block title %}Delete Page{% endblock %} {% block content_title %}

Delete a Page from an App

{% endblock %} {% block content_card %}
{% if message %}
{{ message }}
{% endif %}
{% csrf_token %} {{ form.as_p }}

⚠️ This will remove the view, route, and template associated with the page. If selected, it will also remove the page from the Admin Dashboard.

{% endblock %}