fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Phone not required.
[wolnelektury.git]
/
src
/
club
/
forms.py
diff --git
a/src/club/forms.py
b/src/club/forms.py
index
22b0554
..
b75877d
100644
(file)
--- a/
src/club/forms.py
+++ b/
src/club/forms.py
@@
-73,7
+73,6
@@
class DonationStep2Form(forms.ModelForm, NewsletterForm):
self.fields['first_name'].required = True
self.fields['last_name'].required = True
- self.fields['phone'].required = True
self.consent = []
for c in models.Consent.objects.filter(active=True).order_by('order'):