{% extends "wagtailadmin/base.html" %} {% load i18n %} {% block titletag %}{% blocktrans with title=page.title %}Delete {{ title }}{% endblocktrans %}{% endblock %} {% block content %} {% trans "Delete" as del_str %} {% include "wagtailadmin/shared/header.html" with title=del_str subtitle=page.title icon="doc-empty-inverse" %}
Users have used {{page.title}} as their Secutity Question. You cannot delete it.
Ok, don't delete it
{% endblock %}