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

If the username you entered is associated with a user in our records, you will receive an email from us with a verification token for choosing a new password.

Please check your inbox.

{%- else -%}
{% if error -%}
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 %}

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 %}