1 {% extends "base.html" %}
4 {% block breadcrumbs %}
5 <div class="breadcrumbs">
6 <a href="{% url 'admin:index' %}">{% trans 'Home' %}</a>
7 › {% trans 'Password reset' %}
11 {% block title %}{% trans 'Password reset successful' %}{% endblock %}
13 {% block content_enclosed %}
15 <h1>{% trans 'Password reset successful' %}</h1>
17 <p>{% trans "We've emailed you instructions for setting your password to the email address you submitted. You should be receiving it shortly." %}</p>