X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/67f5a03a4014feed95edf75d165f3cd669041426..7f0caf88dd3aac2e4d5bb4ee064137e03ecd4f03:/apps/funding/models.py diff --git a/apps/funding/models.py b/apps/funding/models.py index 0bd5360f9..de52ac9d8 100644 --- a/apps/funding/models.py +++ b/apps/funding/models.py @@ -233,6 +233,9 @@ class Funding(models.Model): def get_absolute_url(self): return reverse('funding_funding', args=[self.pk]) + def perk_names(self): + return ", ".join(perk.name for perk in self.perks.all()) + def get_disable_notifications_url(self): return "%s?%s" % (reverse("funding_disable_notifications"), urlencode({