pytask/templates/registration/password_change_done.html
author Nishanth Amuluru <nishanth@fossee.in>
Tue, 11 Jan 2011 11:56:34 +0530
changeset 139 4f0cfd486d9b
parent 79 cc5b6f4ed823
permissions -rw-r--r--
approve text book is meaningful now

{% extends "base.html" %}
{% load i18n %}

{% block title %}{% trans 'Password change successful' %}{% endblock %}

{% block content %}

<h1>{% trans 'Password change successful' %}</h1>

<p>{% trans 'Your password was changed.' %}</p>

{% endblock %}