]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/forms.py
Converts feedback message to new style.
[osqa.git] / forum / forms.py
index 66d78b2f75f3f916c9becc789094c20e1eba56c5..0a5afe39f3ce590124e158af0004ae7e10ea113d 100644 (file)
@@ -252,9 +252,7 @@ class EditUserForm(forms.Form):
         self.user = user
 
     def clean_email(self):
-        """For security reason one unique email in database"""
         if self.user.email != self.cleaned_data['email']:
-            #todo dry it, there is a similar thing in openidauth
             if settings.EMAIL_UNIQUE == True:
                 if 'email' in self.cleaned_data:
                     try: