{% extends "wagtailadmin/base.html" %} {% block bodyclass %}menu-redirects{% endblock %} {% block titletag %}Delete redirect {{ redirect.title }}{% endblock %} {% block content %} {% include "wagtailadmin/shared/header.html" with title="Delete" subtitle=redirect.title %}

Are you sure you want to delete this redirect?

{% csrf_token %}
{% endblock %}