Clarify that we want a repeat email
authorMagnus Hagander <magnus@hagander.net>
Tue, 16 Aug 2011 19:10:47 +0000 (21:10 +0200)
committerMagnus Hagander <magnus@hagander.net>
Tue, 16 Aug 2011 19:10:47 +0000 (21:10 +0200)
pgweb/account/forms.py

index 1e623436c255beec5953d740fe7506b0674a9b7d..08abb28013c634e2e34baed411b9dd3d96bd039c 100644 (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