{% extends 'layouts/base-auth.html' %} {% load static %} {% block content %} Back to log in Reset password {% csrf_token %} Your Password {{form.new_password1}} {{ form.new_password1.errors }} Confirm Password {{form.new_password2}} {{ form.new_password2.errors }} Reset password {% endblock content %}
Back to log in