{% extends "two_factor/_base.html" %} {% load i18n %} {% block content %}

{% block title %}{% trans "Enable Two-Factor Authentication" %}{% endblock %}


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

{% trans "Back to Account Security" %}
{% endblock %}