Skip to content

Commit

Permalink
Le message de changement d'email est correct
Browse files Browse the repository at this point in the history
  • Loading branch information
Eskimon committed Jul 27, 2014
1 parent ed6ad7b commit c0674d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zds/member/forms.py
Expand Up @@ -334,7 +334,8 @@ class ChangeUserForm(forms.Form):
attrs={
'placeholder': 'Ne mettez rien pour conserver l\'ancien'
}
)
),
error_messages = {'invalid': u'Veuillez entrer une adresse email valide.',}
)

def __init__(self, *args, **kwargs):
Expand Down

0 comments on commit c0674d9

Please sign in to comment.