X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/75de44ecc913abf2424e0e94369517d253c70467..a18466c5b58ffbcca36e9834fd713b10265ead29:/src/funding/models.py diff --git a/src/funding/models.py b/src/funding/models.py index 9907cd017..289ec3379 100644 --- a/src/funding/models.py +++ b/src/funding/models.py @@ -304,6 +304,9 @@ class Funding(models.Model): 'key': self.notify_key, })) + def wl_optout_url(self): + return 'https://wolnelektury.pl' + self.get_disable_notifications_url() + def save(self, *args, **kwargs): if self.email and not self.notify_key: self.notify_key = get_random_hash(self.email)