{% extends 'app/base_reset.html' %} {% block title %}Reset Password{% endblock%} {% block content %}

Reset Password



Forgotten your password ? Enter email address below, and we'll email instructions for setting a new one.

{% csrf_token %} {{ form.as_p }}
{% endblock %}