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