From 7c01df9727ec5d24e2580a0eda6c6307f89cd311 Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Fri, 31 Aug 2018 12:58:16 +0200 Subject: [PATCH] temporary hack for testing --- src/catalogue/utils.py | 3 +++ 1 file changed, 3 insertions(+) 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) -- 2.20.1