X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/73b6a1639ba8f9f5fc7615c136364fdba73e5bb2..6f243b8bce43513bfbde89071868c688beb8bc9a:/src/catalogue/utils.py diff --git a/src/catalogue/utils.py b/src/catalogue/utils.py index 2145312ad..1c188418e 100644 --- a/src/catalogue/utils.py +++ b/src/catalogue/utils.py @@ -355,6 +355,3 @@ def gallery_path(slug): def gallery_url(slug): return '%s%s%s/' % (settings.MEDIA_URL, settings.IMAGE_DIR, slug) - -def is_subscribed(user): - return user.is_authenticated() # TEMPORARY