{% extends "admin/base_site.html" %} {% load i18n static %} {% block extrastyle %} {{ block.super }} {% block theme %} {% include 'material/admin/includes/admin-out-themes.html' %} {% endblock %} {% endblock %} {% block branding %}{% endblock %} {% block inside_container %}{% endblock %} {% block tray %}{% endblock %} {% block breadcrumbs %}{% endblock %} {% block side_nav %}{% endblock %} {% block title %}{{ title }}{% endblock %} {% block content_title %}

{{ title }}

{% endblock %} {% block content %}

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

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


{% trans 'Login' %}
{% endblock %}