{% extends 'hidp/base_post_login.html' %} {% load i18n %} {% block title %}{% translate 'Two-factor Authentication' %}{% endblock %} {% block main %}
{% translate "You've successfully configured two-factor authentication." %}
{% include 'hidp/includes/forms/submit_row.html' with cancel_label=_('Back') cancel_url=back_url %} {% endblock %}