﻿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
19331	Missing trailing slashes in admin template breadcrumbs cause redirects	ppetrid@…	nobody	"In the admin templates, there are some trailing slashes missing since the new admin_urlname was introduced. For example, in admin/auth/user/change_password.html, line 16:

<a href=""{% url opts|admin_urlname:'changelist' %}{{ original.pk }}"">..

instead of 

<a href=""{% url opts|admin_urlname:'changelist' %}{{ original.pk }}/"">..

This causes unnecessary redirects. I have not thoroughly checked all templates to know which have this problem."	Cleanup/optimization	closed	contrib.auth	dev	Normal	fixed			Accepted	0	0	0	0	1	0
