{% extends "base.html" %} {% load static %} {% block content %} Recovery Email Kindly enter your email ID used for registration. The password reset link will be mailed to the same. {% csrf_token %} {{ form.email.errors }} E-mail address: {{ form.email }} {% endblock %}
E-mail address: {{ form.email }}