{% extends "two_factor/_base_focus.html" %} {% load i18n %} {% block content %}

{% trans "Back to account" %}

{% block title %}{% trans "Disable Two-factor Authentication" %}{% endblock %}

{% blocktrans %}Disabling Two-factor authentication weakens your account security. We recommend reenabling it when you can.{% endblocktrans %}

{% if form.non_field_errors %} {% endif %} {% if form.errors %} {% endif %} {% csrf_token %} {% for field in form %} {% include "forms/includes/field.html" %} {% endfor %}
{% endblock %}