{% extends 'preferences/layout.html' %} {% load i18n %} {% block title %}{% trans "Disable 2FA" %}{% endblock %} {% block header %} {% trans "Disable 2FA" %} {% endblock %} {% block panel %}

{% trans "Disable Two Factor Authentication" %}

{% trans "Disabling 2FA will allow anyone with your username and password to log in to your account." %}

{% csrf_token %} {% trans "Cancel" %}
{% endblock %}