{% extends "registration/base.html" %} {% block title %}Reset password{% endblock %} {% block reg_content %}

Set your new password.

{% csrf_token %} {{ form.as_table }}

{% endblock %}