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

Reset your password

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