# HG changeset patch # User Lennard de Rijk # Date 1246370336 -7200 # Node ID 037a7e79a635ba49cf0df71b2320b2872c1d5022 # Parent 64b241a237b214de73af40405873b00158026d73 Use an existing logic for showing Survey Results. diff -r 64b241a237b2 -r 037a7e79a635 app/soc/views/helper/surveys.py --- a/app/soc/views/helper/surveys.py Tue Jun 30 14:56:48 2009 +0200 +++ b/app/soc/views/helper/surveys.py Tue Jun 30 15:58:56 2009 +0200 @@ -559,7 +559,7 @@ content = { 'idx': idx, 'data': data, - 'logic': logic, + 'logic': record_logic, 'limit': limit, } updates = dicts.rename(params, params['list_params'])