From 3fb21368850c6bb53ef46cbeb7269d1243cf7a3b Mon Sep 17 00:00:00 2001 From: Nicolas Iooss Date: Fri, 29 Mar 2013 21:13:20 +0100 Subject: [PATCH] Fix xorg auth url Signed-off-by: Nicolas Iooss --- xnet/templates/xnet/admin_login.html | 2 +- xnet/templates/xnet/home.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xnet/templates/xnet/admin_login.html b/xnet/templates/xnet/admin_login.html index c1f3762..a6332e8 100644 --- a/xnet/templates/xnet/admin_login.html +++ b/xnet/templates/xnet/admin_login.html @@ -4,7 +4,7 @@ {% block content %}
-
+

{% trans "Connect with your X.org credentials" %}

diff --git a/xnet/templates/xnet/home.html b/xnet/templates/xnet/home.html index 5a6575e..19b8ce4 100644 --- a/xnet/templates/xnet/home.html +++ b/xnet/templates/xnet/home.html @@ -6,6 +6,6 @@

Welcome, {{ user.get_full_name }}

{% else %}

Authenticate

-

Connect through X.org

+

Connect through X.org

{% endif %} {% endblock %} -- 2.1.4