web/views/cwuser.py
changeset 5239 471554b842d2
parent 5237 10dd0dd78778
child 5423 e15abfdcce38
--- a/web/views/cwuser.py	Tue Apr 13 19:43:51 2010 +0200
+++ b/web/views/cwuser.py	Wed Apr 14 08:49:23 2010 +0200
@@ -90,7 +90,7 @@
     __regid__ = 'cwgroup-main'
     __select__ = tabs.PrimaryTab.__select__ & implements('CWGroup')
 
-    def render_entity_attributes(self, entity, siderelations=None):
+    def render_entity_attributes(self, entity):
         rql = 'Any U, FN, LN, CD, LL ORDERBY L WHERE U in_group G, ' \
               'U login L, U firstname FN, U surname LN, U creation_date CD, ' \
               'U last_login_time LL, G eid %(x)s'