{# Overriden the original "two_factor" template to direct us somewhere more sensible #} {% extends "two_factor/_base_focus.html" %} {% load i18n future %} {% block content %}
{% blocktrans %}Congratulations, you've successfully enabled two-factor authentication.{% endblocktrans %}
{% endblock %}