{% extends "wagtailadmin/base.html" %} {% block titletag %}Delete redirect {{ redirect.title }}{% endblock %} {% block content %}

Delete {{ redirect.title }}

Are you sure you want to delete this redirect?

{% csrf_token %}
{% endblock %}