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

Change your password

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