Reg: email sent to corresponding PIs
authorYasin <mohammed-yasin.rahman@lip6.fr>
Wed, 5 Feb 2014 16:59:10 +0000 (17:59 +0100)
committerYasin <mohammed-yasin.rahman@lip6.fr>
Wed, 5 Feb 2014 16:59:10 +0000 (17:59 +0100)
portal/actions.py

index 2707dd4..3be1176 100644 (file)
@@ -24,7 +24,7 @@ def authority_get_pis(request, authority_hrn):
     return results
 
 def authority_get_pi_emails(request, authority_hrn):
-    return ['jordan.auge@lip6.fr', 'loic.baron@lip6.fr']
+    #return ['jordan.auge@lip6.fr', 'loic.baron@lip6.fr']
 
     pi_users = authority_get_pis(request,authority_hrn)
     pi_user_hrns = [ hrn for x in pi_users for hrn in x['pi_users'] ]