X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6d42bc478e3d1bd90eb294464748c21e4de0fc63..845904c7c85fbed75b10be702f102d817ed0d7f5:/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