app/soc/logic/helper/notifications.py
changeset 1533 50fb3a9b6615
parent 1512 97c4a718d6f4
child 1546 cc54ada3cf1b
--- 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,
       }