X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/d679452e8cede72656beb1e14b48a1b3e82e79c0..cfbd4683aa50fb51882aa0ab825492b2dd49b142:/src/catalogue/utils.py diff --git a/src/catalogue/utils.py b/src/catalogue/utils.py index 9878a70f2..cd171a77f 100644 --- a/src/catalogue/utils.py +++ b/src/catalogue/utils.py @@ -358,4 +358,7 @@ def gallery_url(slug): def is_subscribed(user): + # do testowania + if user.username == 'paweld': + return True return user_is_subscribed(user)