From b62712ea1bb91c0ab746be38ceec429a90cab212 Mon Sep 17 00:00:00 2001 From: Yasin Date: Wed, 5 Feb 2014 17:59:10 +0100 Subject: [PATCH] Reg: email sent to corresponding PIs --- portal/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal/actions.py b/portal/actions.py index 2707dd41..3be1176c 100644 --- a/portal/actions.py +++ b/portal/actions.py @@ -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'] ] -- 2.43.0