[SCM] live-studio branch, master, updated. 8bc4777e2834196c7e6943f12168359fef8e9e93
Chris Lamb
lamby at debian.org
Mon Aug 2 01:53:53 UTC 2010
The following commit has been merged in the master branch:
commit 64cbf2ce6ae9daae5a358a7609352c7f5ca13715
Author: Chris Lamb <lamby at debian.org>
Date: Sun Aug 1 21:48:53 2010 -0400
Swap register/login
diff --git a/templates/base.html b/templates/base.html
index 927bb22..3f2c9c4 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -35,8 +35,8 @@
{% if request.user.is_authenticated %}
<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>
+ <li><a href="{% url auth_login %}">Login</a></li>
{% endif %}
</ul>
</div>
--
live-studio
More information about the debian-live-changes
mailing list