projects
/
xnet
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66ae88f
)
Remove logout link from home template
author
Arthur Darcet
<arthur.darcet@m4x.org>
Sat, 2 Feb 2013 12:34:22 +0000
(13:34 +0100)
committer
Arthur Darcet
<arthur.darcet@m4x.org>
Sat, 2 Feb 2013 12:34:22 +0000
(13:34 +0100)
xnet/templates/xnet/home.html
patch
|
blob
|
blame
|
history
diff --git
a/xnet/templates/xnet/home.html
b/xnet/templates/xnet/home.html
index
906d372
..
5a6575e
100644
(file)
--- a/
xnet/templates/xnet/home.html
+++ b/
xnet/templates/xnet/home.html
@@
-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>