From: Nicolas Iooss Date: Fri, 29 Mar 2013 20:13:20 +0000 (+0100) Subject: Fix xorg auth url X-Git-Url: http://git.polytechnique.org/?p=xnet;a=commitdiff_plain;h=3fb21368850c6bb53ef46cbeb7269d1243cf7a3b Fix xorg auth url Signed-off-by: Nicolas Iooss --- 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 %}