Ejemplo n.º 1
0
 def update_context(self):
     return table_data(self.request, 'ideas', participant_in(self.entity, 'admin', 'ideas'))
Ejemplo n.º 2
0
 def update_context(self):
     # TODO: take data from cache?
     return table_data(self.request, 'tasks', participant_in(self.entity, 'admin', 'tasks'))