{% extends "base.html" %} {% block title %}Reset your password · {{ portal_name }}{% endblock %} {% block content %}

Reset your password

Enter the email address on your account and we'll send you a link to set a new password.

{% csrf_token %} {{ form.email }} {% if form.email.errors %}

{{ form.email.errors|first }}

{% endif %}

Back to sign in

{% endblock %}