{% extends 'users/layout.html' %} {% block head %} {% endblock %} {% block title %}Login to update your profile{% 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 %}