{% extends 'base.html'%} {% load crispy_forms_tags %} {% block content %}
Home
{% csrf_token %}

Reset Password

Forgotten your password ? Enter your email address below, and we'll email instruction for settings a new one

{{form|crispy}}
{% endblock %}