Reactivated PI get emails
authorJordan Augé <jordan.auge@lip6.fr>
Thu, 13 Feb 2014 13:50:56 +0000 (14:50 +0100)
committerJordan Augé <jordan.auge@lip6.fr>
Thu, 13 Feb 2014 13:50:56 +0000 (14:50 +0100)
portal/actions.py

index abd29df..3ee568c 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'] ]