Doing Email OTP

This commit is contained in:
Mohamed ElKalioby
2019-01-21 16:22:08 +03:00
parent 57561dd65a
commit d74e286dff
7 changed files with 207 additions and 1 deletions

View File

@@ -0,0 +1,14 @@
{% 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 %}