{# 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 "Enable Two-Factor Authentication" %}{% endblock %}

{% blocktrans %}Congratulations, you've successfully enabled two-factor authentication.{% endblocktrans %}

{% trans "OK" %}

{% endblock %}