From cd42aa052246399effe67a673beba3cccc082f00 Mon Sep 17 00:00:00 2001 From: Arthur Darcet Date: Sat, 2 Feb 2013 13:34:22 +0100 Subject: [PATCH] Remove logout link from home template --- xnet/templates/xnet/home.html | 1 - 1 file changed, 1 deletion(-) diff --git a/xnet/templates/xnet/home.html b/xnet/templates/xnet/home.html index 906d372..5a6575e 100644 --- a/xnet/templates/xnet/home.html +++ b/xnet/templates/xnet/home.html @@ -4,7 +4,6 @@ {% block content %} {% if user.is_authenticated %}

Welcome, {{ user.get_full_name }}

-

Log out

{% else %}

Authenticate

Connect through X.org

-- 2.1.4