app/soc/logic/helper/notifications.py
changeset 870 ef210c2b54f1
parent 831 cbe033fedde8
child 915 27c656c01591
equal deleted inserted replaced
869:cd17698846ce 870:ef210c2b54f1
    96     entity : An accepted club application
    96     entity : An accepted club application
    97   """
    97   """
    98 
    98 
    99   to_user = entity.applicant
    99   to_user = entity.applicant
   100 
   100 
   101   url = "http://%(host)s/club/create/%(key_name)s" % {
   101   url = "http://%(host)s/club/applicant/%(key_name)s" % {
   102       'host' : os.environ['HTTP_HOST'],
   102       'host' : os.environ['HTTP_HOST'],
   103       'key_name': entity.key().name(),
   103       'key_name': entity.key().name(),
   104       }
   104       }
   105 
   105 
   106   message_properties = {
   106   message_properties = {