diff --git a/passbook/core/templates/base/skeleton.html b/passbook/core/templates/base/skeleton.html index bcae7ff0d..f6edef55e 100644 --- a/passbook/core/templates/base/skeleton.html +++ b/passbook/core/templates/base/skeleton.html @@ -20,11 +20,15 @@ {% if 'impersonate_id' in request.session %} -
- - {% blocktrans with user=user %}You're currently impersonating {{ user }}.{% endblocktrans %} - {% trans 'Stop impersonation' %} - +
+
+
+
+ {% blocktrans with user=user %}You're currently impersonating {{ user }}.{% endblocktrans %} + {% trans 'Stop impersonation' %} +
+
+
{% endif %} {% block body %}