[SCM] live-studio branch, master, updated. 052608db19bf1b51f29036088ef41c56d5734ee7
Chris Lamb
lamby at debian.org
Sun Aug 1 07:35:48 UTC 2010
The following commit has been merged in the master branch:
commit 052608db19bf1b51f29036088ef41c56d5734ee7
Author: Chris Lamb <lamby at debian.org>
Date: Sun Aug 1 03:34:21 2010 -0400
Logout button should say "logout", not "login"
diff --git a/templates/base.html b/templates/base.html
index e7a671d..b0cc9bb 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -27,7 +27,7 @@
<li><a href="{% url static:welcome %}">Home</a></li>
{% if request.user.is_authenticated %}
- <li><a href="{% url auth_logout %}">Login</a></li>
+ <li><a href="{% url auth_logout %}">Logout</a></li>
{% else %}
<li><a href="{% url auth_login %}">Login</a></li>
<li><a href="{% url registration_register %}">Register</a></li>
--
live-studio
More information about the debian-live-changes
mailing list