X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/73b6a1639ba8f9f5fc7615c136364fdba73e5bb2..08cbe099b8b62c2f48d2ff9865716c7d52ec22d2:/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