{% extends 'memberapp_users/layout.html' %} {% block head %} {% endblock %} {% block title %}OTP{% endblock %} {% block content %}

Authenticate yourself

{% for mesg in get_flashed_messages(category_filter=["successMsg"]) %}
×

right{{ mesg }}

{% endfor %} {% for mesg in get_flashed_messages(category_filter=["errorMsg"]) %}
×

wrong{{ mesg }}

{% endfor %}

Key in your OTP


OTP not received? Click here to send again
Change login email id ? Click here
{% endblock %} {% block script %} {% endblock %}