{# Overriden the original "two_factor" template to direct us somewhere more sensible #} {% extends "two_factor/_base_focus.html" %} {% load i18n future %} {% block content %}
{% 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 %}
{% endblock %}