{% extends "wagtailadmin/base.html" %} {% load i18n static wagtailadmin_tags %} {% block content %} {% trans "Disabling 2FA" as editing_str %} {% include "wagtailadmin/shared/header.html" with title=editing_str subtitle=user.get_username merged=1 tabbed=1 icon="user" %}
{% csrf_token %}

Are you sure you want to disable the Two Factor Authentication for this user? Please type your password to confirm.

    {% block fields %} {% include "wagtailadmin/shared/field_as_li.html" with field=form.password %} {% endblock %}
{% endblock %}