{%extends 'base.html'%} {%block content%}
{% csrf_token %}

Reset Password

{% for field in form %} {{ field.label_tag }} {{ field }} {% if field.errors %} {{ field.errors|striptags }} {% endif %} {% endfor %}
{%endblock content%}