2005-07-22 23:02:40 +08:00
|
|
|
{% extends "base_site" %}
|
|
|
|
|
2005-07-27 06:54:59 +08:00
|
|
|
{% block breadcrumbs %}<div class="breadcrumbs"><a href="../">Home</a> › Password reset</div>{% endblock %}
|
|
|
|
|
2005-07-22 23:02:40 +08:00
|
|
|
{% 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 %}
|