diff --git a/scipost/forms.py b/scipost/forms.py index ebe43602d9e47d5de0a7d793a62d2dcfcc1d2347..23de340df872d13b3322275b84b7461bdee7e44d 100644 --- a/scipost/forms.py +++ b/scipost/forms.py @@ -76,11 +76,7 @@ class RegistrationForm(forms.Form): email=self.cleaned_data['email'] ) validate_password(password, user) - # raise - # return 'piemel' - # def clean_password_verif(self): - # t = self.cleaned_data if self.cleaned_data['password'] != self.cleaned_data['password_verif']: self.add_error('password', 'Your passwords must match') self.add_error('password_verif', 'Your passwords must match')