{% extends "admin/base_initial.html" %} {% load i18n static %} {% block bodyclass %}{{ block.super }} password-reset auth{% endblock %} {% block title %}{% translate "Password reset successful" %}{% endblock %} {% block initial-content %}
{% translate "We've emailed you instructions for setting your password to the email address you submitted. You should be receiving it shortly." %}
{% url 'admin:index' as admin_url %} {% if admin_url %}