changeset 3023 | 7864fee8b4ec |
parent 2971 | bc0a270622c2 |
child 3377 | dd9d292b6a6d |
child 3808 | 60e78e93a0e5 |
--- a/web/views/cwuser.py Fri Aug 21 16:26:20 2009 +0200 +++ b/web/views/cwuser.py Wed Aug 26 14:45:56 2009 +0200 @@ -11,9 +11,10 @@ from cubicweb.selectors import one_line_rset, implements, match_user_groups from cubicweb.view import EntityView -from cubicweb.web import action +from cubicweb.web import action, uicfg from cubicweb.web.views import primary +uicfg.primaryview_section.tag_attribute(('CWUser', 'login'), 'hidden') class UserPreferencesEntityAction(action.Action): id = 'prefs'