{% extends "base.html" %} {% block title %}Reset password{% endblock %} {% block content %} {% if ok %}

Email sent. Please check your inbox.

{% else %}
{% if error %}
{%- if error == 'NOT FOUND' -%} We couldn't find an account for that username.
Maybe you used a different one? {%- elif error == 'WRONG TOKEN' -%} Something is wrong with the link to reset your password.
Try to copy and paste it from the email or to reset your password again. {%- endif -%}
{% endif %}

Reset your password

Enter your user name and a verification token will be sent to you. You will be able to choose a new password for your account.

Sign in
{% endif %} {% endblock %}