X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/561cc041eb4b1033d16d915345810b4a6abb3a55..e79ef640becb4b59dba11c1dfcce0ea87000919b:/src/catalogue/utils.py diff --git a/src/catalogue/utils.py b/src/catalogue/utils.py index 2f3b94964..2145312ad 100644 --- a/src/catalogue/utils.py +++ b/src/catalogue/utils.py @@ -354,3 +354,7 @@ 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