fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix: typo
[wolnelektury.git]
/
apps
/
funding
/
forms.py
diff --git
a/apps/funding/forms.py
b/apps/funding/forms.py
index
64cceb6
..
6ed9076
100644
(file)
--- 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