{% extends "two_factor/_base_focus.html" %} {% load i18n material_form %} {% block browser_title %} {% trans "Disable Two-Factor Authentication" %} {% endblock %} {% 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 form=form %}{% endform %}

{% endblock %}