{% extends "pretixcontrol/base.html" %} {% load i18n %} {% load bootstrap3 %} {% block title %}{% trans "Disable two-factor authentication" %}{% endblock %} {% block content %}

{% trans "Disable two-factor authentication" %}

{% csrf_token %}

{% trans "Do you really want to disable two-factor authentication?" %}

{% trans "You will no longer require a second device to log in to your account." %}

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