﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
8052	Password Change Forms overrides userlinks	Django Trac		"Password change form explicitly sets

{{{
   {% block userlinks %}
}}}

which is preventing custom templates from showing through for that portion of the page. 

ie: I have a template called admin/base_site.html which includes the {% block userlinks %} but does not have the documentation link. However on the change password form, the old format (with the Documentation hyperlink), is showing up instead. 

A quick flick through the admin templates shows this may be redundant and removing the line fixes it.

SVN 8151"	Bug	closed	contrib.admin	dev	Normal	fixed			Accepted	1	0	0	1	0	0
