app/soc/logic/helper/notifications.py
changeset 1533 50fb3a9b6615
parent 1512 97c4a718d6f4
child 1546 cc54ada3cf1b
equal deleted inserted replaced
1532:ea80be783971 1533:50fb3a9b6615
   103       {'url_name': params['group_url_name']}),
   103       {'url_name': params['group_url_name']}),
   104       'host': os.environ['HTTP_HOST'],
   104       'host': os.environ['HTTP_HOST'],
   105       }
   105       }
   106 
   106 
   107   message_properties = {
   107   message_properties = {
       
   108       'application_type': params['name'],
       
   109       'group_type': params['group_name'],
   108       'group_name': entity.name,
   110       'group_name': entity.name,
   109       'url': url,
   111       'url': url,
   110       }
   112       }
   111 
   113 
   112   subject = DEF_NEW_GROUP_MSG_FMT % {
   114   subject = DEF_NEW_GROUP_MSG_FMT % {