{% trans "Forgotten your password? Enter your e-mail address below, and we'll email instructions for setting a new one." %}
{% extends "djangofloor/django/base.html" %} {% load i18n static %} {% block extrastyle %}{{ block.super }} {% endblock %} {% block bodyclass %}{{ block.super }} login{% endblock %} {% block breadcrumbs %}{% endblock %} {% block usertools %}{% endblock %} {% block title %}{% trans 'Forgotten password' %} | {{ site_title|default:df_project_name }}{% endblock %} {% block content_title %}
{% trans "Forgotten your password? Enter your e-mail address below, and we'll email instructions for setting a new one." %}