{% extends "registration/_registration_base.html" %} {% block title %}Reset password{% endblock %} {% block content %}

Reset password

Forgot your password? Enter your email in the form below and we'll send you instructions for creating a new one.

{% csrf_token %} {{ form }}
{% endblock %}