app/soc/views/models/user_self.py
changeset 787 63d7f170b63c
parent 755 1ed041c0cdc6
child 799 30a912906a57
--- a/app/soc/views/models/user_self.py	Thu Jan 08 21:23:24 2009 +0000
+++ b/app/soc/views/models/user_self.py	Thu Jan 08 21:23:33 2009 +0000
@@ -114,7 +114,7 @@
     
     new_params['sidebar_heading'] = 'User (self)'
     new_params['sidebar'] = [
-        (users.create_login_url("user/edit"), 'Sign In', 'signIn'),
+        (users.create_login_url("/user/edit"), 'Sign In', 'signIn'),
         ('/' + new_params['url_name'] + '/edit', 'Profile', 'edit'),
         ('/' + new_params['url_name'] + '/roles', 'Roles', 'roles'),
         ('/' + 'notification/list', 'Notifications', 'notification'),