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

Verify Your Two-Factor Authentication

Enter the 6-digit verification code from your authenticator app to complete the setup.

{% csrf_token %}
{{ form.token }}
Your account will be protected with an additional layer of security
Created by HIMOSOFT
{% if messages %} {% endif %}
{% endblock %}