project/templates/_menu_user.html
changeset 104 06b7e950a798
parent 1 fda1c66b25f9
--- a/project/templates/_menu_user.html	Tue Jul 13 01:43:25 2010 +0530
+++ b/project/templates/_menu_user.html	Tue Jul 13 16:32:29 2010 +0530
@@ -9,7 +9,7 @@
         <a href="{% url kiwipycon_account %}">My profile</a> |
 
         {% if user.is_superuser %}
-                <a href="/admin/">Administer</a> |
+                <a href="//2009/admin/">Administer</a> |
         {% endif %}
 
         <a href="{% url kiwipycon_logout %}">Logout</a>