Compare commits
2 Commits
9ec8d4189f
...
1faf9e0cc7
| Author | SHA1 | Date | |
|---|---|---|---|
| 1faf9e0cc7 | |||
| 90e1a87bf4 |
@@ -26,7 +26,7 @@ class RegistrationForm(forms.Form):
|
||||
email = forms.EmailField()
|
||||
password = forms.CharField(widget=forms.PasswordInput())
|
||||
confirm_password = forms.CharField(widget=forms.PasswordInput())
|
||||
tel = forms.CharField()
|
||||
tel = forms.CharField(required=False)
|
||||
agreement = forms.BooleanField(initial=False, required=True)
|
||||
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user