{% extends "adminlte2/base_anonymous.html" %} {% load i18n %} {% block anonymous_form_instructions %}
{% 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." %}
{% endblock anonymous_form_instructions %} {% block anonymous_form %} {% endblock anonymous_form %} {% block anonymous_links %} Return to login {% endblock anonymous_links %}