{% extends 'base.html' %} {% load static %} {% block content_breadcrumb %}
  1. Home
  2. Reset Password
{% endblock content_breadcrumb %} {% block content %}

Forgot password?

Remember your password? Login here

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

{{ form.email.errors }}

{% endif %}
{% endblock %}