X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6d42bc478e3d1bd90eb294464748c21e4de0fc63..356ce56229b7439ae6f35f8f80e480bdfa8bff56:/src/funding/forms.py diff --git a/src/funding/forms.py b/src/funding/forms.py index 915e2aa09..c3661d5e9 100644 --- a/src/funding/forms.py +++ b/src/funding/forms.py @@ -58,5 +58,5 @@ adres e-mail zostanie wykorzystany także w celu przesyłania newslettera Wolnyc amount=self.cleaned_data['amount'], language_code=get_language(), ) - funding.perks = funding.offer.get_perks(funding.amount) + funding.perks.set(funding.offer.get_perks(funding.amount)) return funding