From 707275e55391b6c4fdf1d3346b06821ac2eb800b Mon Sep 17 00:00:00 2001 From: Matheus Figueiredo Date: Mon, 26 Aug 2013 13:26:03 -0300 Subject: [PATCH] Fixing some base.html columns --- src/colab/deprecated/templates/base.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/colab/deprecated/templates/base.html b/src/colab/deprecated/templates/base.html index eb7de87..8a0f3c6 100644 --- a/src/colab/deprecated/templates/base.html +++ b/src/colab/deprecated/templates/base.html @@ -48,20 +48,22 @@ {% browserid_info %}
{% if not user.is_authenticated %} -
+ - {% browserid_login text='Login' next=request.path %} +
+ {% browserid_login text='Login' next=request.path %} +
{% else %} -
+
{% trans "authenticated as" %} {{ user.email }}
-
+ -
+
{% browserid_logout text='Logout '%}
{% endif %} -- libgit2 0.21.2