{% extends 'base.html' %} {% load static %} {% block navbar %} {% endblock %} {% block content %}

Password Recovery


{% if invalid_email %}
×

Invalid Email address

{% endif %}

Enter the Email address you used while registration.

We will send you the updated login details on your Email address.

{% csrf_token %}

{% endblock %}