{% extends "base.html" %} {% block extra_head %} {% endblock %} {% block content %}
← Back to Login

Set New Password

Choose a new password for your account

{% if errors %}
    {% for error in errors %}
  • {{ error }}
  • {% endfor %}
{% endif %}
{% endblock %}