Commit d91f22c4983c23c76d5a6400b8fd04dd4a0cd040

Authored by ailsoncgt
1 parent c986a2e9

Tinha commitado na issue errada #212

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
app/forms.py
... ... @@ -4,7 +4,6 @@ from .models import EmailBackend
4 4 from django.utils.translation import ugettext_lazy as _
5 5  
6 6 class EmailBackendForm(forms.ModelForm):
7   -
8 7 def clean_default_from_email(self):
9 8 default_email = self.cleaned_data['default_from_email']
10 9 validate_email(default_email)
... ...