From 2b5a97f5e18d7f5e8779000103ddf85a49bf57c0 Mon Sep 17 00:00:00 2001 From: Yasin Date: Thu, 22 Jan 2015 16:31:14 +0100 Subject: [PATCH 1/1] homeview: typo fixed --- portal/homeview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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': -- 2.43.0