{# Overriding the original "two_factor" template #} {% extends "two_factor/_base_focus.html" %} {% load i18n %} {% load static %} {% load app_tags %} {% block scripts %} {{ block.super }} {% endblock scripts %} {% block content %} {% include "portal/partials/popup.html" %}

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

< Back to Your account

{% blocktrans trimmed %}You can disable your two-factor authentication below.{% endblocktrans %}

{% csrf_token %}
{{ form }}
{% endblock %}