Files
django-mfa2/mfa/templates/RECOVERY/Auth.html
2022-08-31 21:13:15 +02:00

15 lines
240 B
HTML

{% extends "mfa_auth_base.html" %}
{% block head %}
<style>
.row{
margin-left: 15px;
}
</style>
{% endblock %}
{% block content %}
<br/>
<br/>
{% include "RECOVERY/recheck.html" with mode='auth' %}
{% endblock %}