summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2015-08-07 17:29:03 +0200
committerClaude Paroz <claude@2xlibre.net>2015-08-07 17:29:03 +0200
commit6ed613b2a52f8719b92b94d815e9f997d262412c (patch)
tree7485116207fb583e471f0155d5baa67ec0437808
parentbcb4fe0012f8f869348ea83f5a35706f4545c44a (diff)
Refs #25163 -- Added trimmed option to recent blocktrans addition
-rw-r--r--django/contrib/admin/templates/admin/login.html2
1 files changed, 1 insertions, 1 deletions
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 %}
<p class="errornote">
-{% 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 %}