{% extends "base.html" %} {% block media %} {% endblock %} {% block js_media %} {% endblock %} {% block body %}
{% csrf_token %}
{{ _('Scan this code with your authenticator app:') }}
{{ _('QR code') }}
{{ _('Or enter this code manually:') }} {{ totp_key }}

{% if form.totp_token.errors %}
{{ form.totp_token.errors }}
{% endif %}
{{ form.totp_token }}
{% endblock %}