X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e180be7cce99d59054b206a061386188c5652f02..66ab038f6f74eb2ebcaf945cf85bb0d7813f791c:/src/social/utils.py?ds=sidebyside

diff --git a/src/social/utils.py b/src/social/utils.py
old mode 100755
new mode 100644
index e713fcdbc..67bc867fa
--- a/src/social/utils.py
+++ b/src/social/utils.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
 # This file is part of Wolnelektury, licensed under GNU Affero GPLv3 or later.
 # Copyright © Fundacja Nowoczesna Polska. See NOTICE for more information.
 #
@@ -15,7 +14,7 @@ from social.models import Cite
 
 
 def likes(user, work, request=None):
-    if not user.is_authenticated():
+    if not user.is_authenticated:
         return False
 
     if request is None: