mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-03 15:38:59 +00:00
Clarify that we want a repeat email
This commit is contained in:
@ -7,7 +7,7 @@ class SignupForm(forms.Form):
|
||||
first_name = forms.CharField(max_length=30)
|
||||
last_name = forms.CharField(max_length=30)
|
||||
email = forms.EmailField()
|
||||
email2 = forms.EmailField()
|
||||
email2 = forms.EmailField(label="Repeat email")
|
||||
|
||||
def clean_email2(self):
|
||||
# If the primary email checker had an exception, the data will be gone
|
||||
|
Reference in New Issue
Block a user