{% extends "layouts/base-auth.html" %} {% load static %} {% block title %}Password Reset Confirm{% endblock title %} {% block content %}
{% csrf_token %}

Reset Password

{% for field in form %}
{{ field }} {{ field.errors }}
{% endfor %}
Remember password?
Login
{% endblock content %}