{% extends 'layouts/base-auth.html' %} {% load static %} {% block content %}
{% csrf_token %}

Reset Password

{% for field in form %}
{{ field }}
{{ field.errors }} {% endfor %}

Go to Dashboard

{% endblock content %}