X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/7f0caf88dd3aac2e4d5bb4ee064137e03ecd4f03..3306216e9d0c249c2699275aad212a7c4c3cc4a7:/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