diff --git a/pylons_app/templates/users.html b/pylons_app/templates/users.html --- a/pylons_app/templates/users.html +++ b/pylons_app/templates/users.html @@ -35,7 +35,8 @@ %for user in c.users_list: ${user.user_id} - ${h.link_to(user.username,h.url('user', id=user.user_id))} + ${h.link_to(user.username,h.url('edit_user', id=user.user_id))} + ${user.password} ${user.active} ${user.admin} @@ -45,7 +46,8 @@ %endfor - + +

${h.link_to(u'Add user',h.url('new_user'))}

\ No newline at end of file