{# Overriden the original "two_factor" template to direct us somewhere more sensible #} {% extends "two_factor/_base_focus.html" %} {% load i18n future %} {% block content %}

{% block title %}{% trans "Two-factor authentication set up complete" %}{% endblock %}

{% blocktrans %}You have successfully set up 2FA. 🎉{% endblocktrans %}

{% blocktrans %}You will now need to use your code generator the next time you log in.{% endblocktrans %}

{% trans "OK" %}

{% endblock %}