{% extends "base.html" %} {% block media %} {% endblock %} {% block body %}
{% csrf_token %}
{{ _('To protect your account, you must first authenticate before you can disable Two Factor Authentication.') }}
{% if form.totp_token.errors %}
{{ form.totp_token.errors }}
{% endif %}
{{ form.totp_token }}
{% endblock %}