From 6ed613b2a52f8719b92b94d815e9f997d262412c Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Fri, 7 Aug 2015 17:29:03 +0200 Subject: [PATCH] Refs #25163 -- Added trimmed option to recent blocktrans addition --- django/contrib/admin/templates/admin/login.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/contrib/admin/templates/admin/login.html b/django/contrib/admin/templates/admin/login.html index b939c9aac9..7a0d650036 100644 --- a/django/contrib/admin/templates/admin/login.html +++ b/django/contrib/admin/templates/admin/login.html @@ -34,7 +34,7 @@ {% if user.is_authenticated %}

-{% blocktrans with username=request.user.username %} +{% blocktrans with username=request.user.username trimmed %} You are authenticated as {{ username }}, but are not authorized to access this page. Would you like to login to a different account? {% endblocktrans %}