diff -r ea80be783971 -r 50fb3a9b6615 app/soc/logic/helper/notifications.py --- a/app/soc/logic/helper/notifications.py Thu Feb 26 17:36:46 2009 +0000 +++ b/app/soc/logic/helper/notifications.py Thu Feb 26 18:00:30 2009 +0000 @@ -105,6 +105,8 @@ } message_properties = { + 'application_type': params['name'], + 'group_type': params['group_name'], 'group_name': entity.name, 'url': url, }