{% extends "two_factor/_base_focus.html" %} {% load i18n %} {% load crispy_forms_tags %} {% block nav %}{% include 'includes/navigation.html' %}{% endblock nav %} {% block content %}

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

{% blocktrans trimmed %}You are about to disable two-factor authentication. This weakens your account security, are you sure?{% endblocktrans %}

{% csrf_token %}
{{ form|crispy }}
{% endblock %} {% block footer_nav %}{% include 'includes/footer.html' %}{% endblock footer_nav %}