pytask/templates/registration/password_change_done.html
changeset 317 cc5b6f4ed823
parent 307 c6bca38c1cbf
--- 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 %}<a href="{{ docsroot }}">{% trans 'Documentation' %}</a> / {% endif %}{% trans 'Change password' %} / <a href="../../logout/">{% trans 'Log out' %}</a>{% endblock %}
-{% block breadcrumbs %}<div class="breadcrumbs"><a href="../../">{% trans 'Home' %}</a> &rsaquo; {% trans 'Password change' %}</div>{% endblock %}
 
 {% block title %}{% trans 'Password change successful' %}{% endblock %}