X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/0bd2c341a8b55f817c2e193a6c4658d52ef95961..dbb1ae2cf25105f7a3831961b08386a1326baef8:/apps/funding/forms.py diff --git a/apps/funding/forms.py b/apps/funding/forms.py index 64cceb6ad..6ed9076dd 100644 --- a/apps/funding/forms.py +++ b/apps/funding/forms.py @@ -48,7 +48,7 @@ class FundingForm(forms.Form): name=self.cleaned_data['name'], email=self.cleaned_data['email'], amount=self.cleaned_data['amount'], - language_code = get_language(), + language_code=get_language(), ) funding.perks = funding.offer.get_perks(funding.amount) return funding