{% extends "admin/base_site.html" %} {% block extrahead %} {% endblock %} {% block content %}

Enter a Backup Code

If you've lost access to your authenticator app, enter one of your backup codes to verify your identity.

Each backup code can only be used once. After using a backup code, it will be invalidated and you'll need to use a different one next time.

{% if messages %} {% endif %}
{% csrf_token %}
{{ form.code }}
Created by HIMOSOFT
{% endblock %}