app/soc/views/models/group_app.py
changeset 1312 9b253b8e4d40
parent 1307 091a21cf3627
child 1357 3dd1507aa723
--- a/app/soc/views/models/group_app.py	Sat Feb 14 14:11:45 2009 +0000
+++ b/app/soc/views/models/group_app.py	Sat Feb 14 15:15:38 2009 +0000
@@ -195,7 +195,7 @@
       index += 1
 
     # call the _list method from base to display the list
-    if kwargs['context']:
+    if kwargs.get('context'):
       context = kwargs['context']
     else:
       context = {}