{% extends 'base.html' %} {% load static %} Call for Proposal {% block header %} {% endblock %}
{% block nav %} {% endblock %} {% block content %}

Recovery Email


Kindly Enter Your Email ID used for Registration. The password Reset link wll be mailed to the same.

{% csrf_token %} {{ form.email.errors }}

{{ form.email }}


{% endblock %}