Files
django-mfa2/mfa/templates/Email/Auth.html
Mohamed ElKalioby d74e286dff Doing Email OTP
2019-01-21 16:22:08 +03:00

15 lines
235 B
HTML

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