{% 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 'E-mail sent' %} | {{ site_title|default:df_project_name }}{% endblock %} {% block content_title %}

{{ title }}

{% endblock %} {% block content %}

{% trans "We've emailed you instructions for setting your password, if an account exists with the e-mail you entered. You should receive them shortly." %}

{% trans "If you don't receive an e-mail, please make sure you've entered the address you registered with, and check your spam folder." %}

{% endblock %}