Loading django/contrib/admin/templates/admin/login.html +1 −1 Original line number Diff line number Diff line Loading @@ -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 %} Loading Loading
django/contrib/admin/templates/admin/login.html +1 −1 Original line number Diff line number Diff line Loading @@ -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 %} Loading