django1/django/conf/admin_templates/registration/password_reset_done.html

14 lines
384 B
HTML

{% extends "base_site" %}
{% block breadcrumbs %}<div class="breadcrumbs"><a href="../">Home</a> &rsaquo; Password reset</div>{% endblock %}
{% block title %}Password reset successful{% endblock %}
{% block content %}
<h1>Password reset successful</h1>
<p>We've e-mailed a new password to the e-mail address you submitted. You should be receiving it shortly.</p>
{% endblock %}