{% extends "base.html" %} {% load i18n profile %} {% block header %} {% trans "Forgot Password" %} {% endblock %} {% block content %}

{% trans "Forgot your password" %}

{% trans "Give us your username or e-mail you used to create booki account and we will send you new password." %}

{% trans "Enter username." %}
{% trans "No such user." %}
{% blocktrans %}

Check your email!

Password reset instructions were sent to your email.

{% endblocktrans %}
{% endblock %}