diff -r fea8bdb43992 -r 3aeda3007467 app/soc/views/models/notification.py --- a/app/soc/views/models/notification.py Sun Mar 22 22:15:46 2009 +0000 +++ b/app/soc/views/models/notification.py Sun Mar 22 22:54:14 2009 +0000 @@ -199,6 +199,8 @@ context['entity_type_url'] = self._params['url_name'] context['entity_suffix'] = self._logic.getKeySuffix(entity) + return True + view = View()