projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caf1733
)
Clarify that we want a repeat email
author
Magnus Hagander
<magnus@hagander.net>
Tue, 16 Aug 2011 19:10:47 +0000
(21:10 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Tue, 16 Aug 2011 19:10:47 +0000
(21:10 +0200)
pgweb/account/forms.py
patch
|
blob
|
blame
|
history
diff --git
a/pgweb/account/forms.py
b/pgweb/account/forms.py
index 1e623436c255beec5953d740fe7506b0674a9b7d..08abb28013c634e2e34baed411b9dd3d96bd039c 100644
(file)
--- a/
pgweb/account/forms.py
+++ b/
pgweb/account/forms.py
@@
-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