{% extends "registration/registration_base.html" %} {% block title %}Reset password{% endblock %} {% block body %} 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 %}