{% extends 'layouts/base-auth.html' %} {% load static %} {% block content %}
{% csrf_token %}
Reset Password
{% for field in form %}
{{ field }}
{{ field.errors }}
{% endfor %}
Sign up
Already have an account?
Log in
{% endblock content %}