2011-04-30 05:18:32 +00:00
|
|
|
{% extends "accounts.html" %}
|
2012-10-30 06:42:21 +00:00
|
|
|
{% load i18n %}
|
2011-04-30 05:18:32 +00:00
|
|
|
|
2012-10-30 06:42:21 +00:00
|
|
|
{% block title %}{% trans "Password Change Successfully" %}{% endblock %}
|
2011-04-30 05:18:32 +00:00
|
|
|
|
2011-11-27 09:52:14 +00:00
|
|
|
{% block main_panel %}
|
2011-04-30 05:18:32 +00:00
|
|
|
|
2012-05-22 09:45:26 +00:00
|
|
|
<div class="text-panel">
|
2012-10-30 06:42:21 +00:00
|
|
|
<p>{% trans "Your password has been changed successfully." %}</p>
|
2012-05-22 08:21:16 +00:00
|
|
|
</div>
|
2011-04-30 05:18:32 +00:00
|
|
|
|
|
|
|
{% endblock %}
|