Clarify that we want a repeat email

This commit is contained in:
Magnus Hagander
2011-08-16 21:10:47 +02:00
parent caf1733b8b
commit b9dce09814

View File

@ -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