diff -r 09178605d59e -r cc5b6f4ed823 pytask/templates/registration/password_change_done.html --- a/pytask/templates/registration/password_change_done.html Sat Jan 08 14:43:40 2011 +0530 +++ b/pytask/templates/registration/password_change_done.html Sat Jan 08 15:04:41 2011 +0530 @@ -1,7 +1,5 @@ {% extends "base.html" %} {% load i18n %} -{% block userlinks %}{% url django-admindocs-docroot as docsroot %}{% if docsroot %}{% trans 'Documentation' %} / {% endif %}{% trans 'Change password' %} / {% trans 'Log out' %}{% endblock %} -{% block breadcrumbs %}{% endblock %} {% block title %}{% trans 'Password change successful' %}{% endblock %}