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 change</div>{% endblock %}
|
|
|
|
|
2005-07-22 23:02:40 +08:00
|
|
|
{% block title %}Password change successful{% endblock %}
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
|
|
|
|
<h1>Password change successful</h1>
|
|
|
|
|
|
|
|
<p>Your password was changed.</p>
|
|
|
|
|
|
|
|
{% endblock %}
|