Remove logout link from home template
authorArthur Darcet <arthur.darcet@m4x.org>
Sat, 2 Feb 2013 12:34:22 +0000 (13:34 +0100)
committerArthur Darcet <arthur.darcet@m4x.org>
Sat, 2 Feb 2013 12:34:22 +0000 (13:34 +0100)
xnet/templates/xnet/home.html

index 906d372..5a6575e 100644 (file)
@@ -4,7 +4,6 @@
 {% block content %}
 {% if user.is_authenticated %}
     <h1>Welcome, {{ user.get_full_name }}</h1>
-    <p><a href="{% url 'logout' %}">Log out </a></p>
 {% else %}
     <h1>Authenticate</h1>
         <p><a href="{% url 'xorgauth' %}?next=/" />Connect through X.org</a></p>