{% extends "base.html" %} {% load i18n %} {% load static %} {% load form_as_table %} {% block title %}{% trans "Password reset" %}{% endblock %} {% block robots %}noindex,nofollow{% endblock %} {% block extrajs %} {% endblock %} {% block content %}
{% trans "Forgotten your password? Enter your e-mail address, and we'll reset your password and e-mail the new one to you." %}