fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Style fix
[wolnelektury.git]
/
src
/
club
/
forms.py
diff --git
a/src/club/forms.py
b/src/club/forms.py
index
f919855
..
2347e2a
100644
(file)
--- a/
src/club/forms.py
+++ b/
src/club/forms.py
@@
-143,7
+143,7
@@
class DonationStep1Form(forms.ModelForm):
state['amount'] = \
self.cleaned_data[f'{which}_amount'] or \
self.cleaned_data['custom_amount'] or \
- self.cleaned_data[f'{
monthly
}_amount_selected']
+ self.cleaned_data[f'{
which
}_amount_selected']
return state