From: Yasin <mohammed-yasin.rahman@lip6.fr>
Date: Thu, 22 Jan 2015 15:31:14 +0000 (+0100)
Subject: homeview: typo fixed
X-Git-Tag: myslice-1.3~108
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=2b5a97f5e18d7f5e8779000103ddf85a49bf57c0;p=unfold.git

homeview: typo fixed
---

diff --git a/portal/homeview.py b/portal/homeview.py
index 214bd7f3..1fe1d2a3 100644
--- a/portal/homeview.py
+++ b/portal/homeview.py
@@ -95,7 +95,7 @@ class HomeView (FreeAccessView, ThemeView):
                     #else:
                     #    pi = "is_pi"
                     user_email = str(self.request.user)                   
-                    pi = authority_check_pis(self.reques, user_email)
+                    pi = authority_check_pis(self.request, user_email)
 
                     # check if the user has creds or not
                     if acc_user_cred == {} or acc_user_cred == 'N/A':