2011-09-04 04:21:51 +00:00
|
|
|
{% extends "registration/registration_base.html" %}
|
|
|
|
{% block title %}Password changed{% endblock %}
|
2011-11-19 00:50:47 +00:00
|
|
|
{% block doccontent %}
|
2012-01-13 17:34:42 +00:00
|
|
|
<div id="registration">
|
|
|
|
<div>
|
|
|
|
<h3>Password successfully changed!</h3>
|
|
|
|
Please write it down in a safe place.
|
|
|
|
</div><br /><br />
|
|
|
|
<a href="/" class="nounderline"><p class="actionbutton">Back to my account</p></a>
|
|
|
|
</div>
|
2011-09-04 04:21:51 +00:00
|
|
|
{% endblock %}
|
|
|
|
|