{% extends 'base.html' %} {% block title %}Set New Password{% endblock %} {% block content %}

Set New Password

{% csrf_token %}
{{ form.new_password1 }}
{{ form.new_password2 }}
{% endblock %}