diff rhodecode/controllers/admin/users.py @ 2674:a221706dab50 beta

merged + fixed pull request #62: Implemented metatags and visualisation options. - new tag lang - fixed found issues - added simple test
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 27 Jul 2012 01:21:07 +0200
parents cc8d7d450d15
children 4eef5eeb81a3
line wrap: on
line diff
--- a/rhodecode/controllers/admin/users.py	Fri Jul 27 01:06:50 2012 +0200
+++ b/rhodecode/controllers/admin/users.py	Fri Jul 27 01:21:07 2012 +0200
@@ -78,15 +78,15 @@
 
         grav_tmpl = lambda user_email, size: (
                 template.get_def("user_gravatar")
-                .render(user_email, size, _=_, h=h))
+                .render(user_email, size, _=_, h=h, c=c))
 
         user_lnk = lambda user_id, username: (
                 template.get_def("user_name")
-                .render(user_id, username, _=_, h=h))
+                .render(user_id, username, _=_, h=h, c=c))
 
         user_actions = lambda user_id, username: (
                 template.get_def("user_actions")
-                .render(user_id, username, _=_, h=h))
+                .render(user_id, username, _=_, h=h, c=c))
 
         for user in c.users_list:
             users_data.append({