From 8fdb28219df22245d7e50b4e8374d8567ca84f0f Mon Sep 17 00:00:00 2001 From: Ramiro Morales Date: Tue, 20 Nov 2012 20:53:08 -0300 Subject: [PATCH] Fixed #19331 (again) use the right admin named URL. This allows us to get the trailing slash in URLs without having to manually assemble and hard-code them. See also commits e9497a, a222d6, f51eab, 5a9e12. --- .../admin/templates/admin/auth/user/change_password.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/contrib/admin/templates/admin/auth/user/change_password.html b/django/contrib/admin/templates/admin/auth/user/change_password.html index b4e94a1360..64020aecb3 100644 --- a/django/contrib/admin/templates/admin/auth/user/change_password.html +++ b/django/contrib/admin/templates/admin/auth/user/change_password.html @@ -13,7 +13,7 @@ {% trans 'Home' %}{{ opts.app_label|capfirst|escape }}{{ opts.verbose_name_plural|capfirst }} -› {{ original|truncatewords:"18" }} +› {{ original|truncatewords:"18" }} › {% trans 'Change password' %} {% endblock %}