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

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

{% csrf_token %}

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

{% trans "You will no longer be able to log in to pretix without one of your configured devices." %} {% trans "Please make sure to print out or copy the emergency tokens and store them in a safe place." %}

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