X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/11acab073dcbe3138f9208229c29220646e7457e..99cd5a789d24082da92d9ac8a8b0fbbd083c58cb:/apps/funding/forms.py?ds=sidebyside

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