From 804932e8a431ddbf0d7c56457625457967b48d4c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jordan=20Aug=C3=A9?= Date: Thu, 13 Feb 2014 14:50:56 +0100 Subject: [PATCH] Reactivated PI get emails --- portal/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal/actions.py b/portal/actions.py index abd29df1..3ee568c5 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