diff -r cc603a815cad -r 3cf5630d86d1 app/soc/views/models/base.py --- a/app/soc/views/models/base.py Wed Oct 22 16:55:35 2008 +0000 +++ b/app/soc/views/models/base.py Wed Oct 22 17:03:08 2008 +0000 @@ -352,10 +352,7 @@ form: the form that will be used """ - if entity: - suffix = self._logic.constructKeyNameSuffix(entity) - else: - suffix = None + suffix = self._logic.constructKeyNameSuffix(entity) context['form'] = form context['entity'] = entity