Commit d91f22c4983c23c76d5a6400b8fd04dd4a0cd040
1 parent
c986a2e9
Exists in
master
and in
5 other branches
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,7 +4,6 @@ from .models import EmailBackend | ||
4 | from django.utils.translation import ugettext_lazy as _ | 4 | from django.utils.translation import ugettext_lazy as _ |
5 | 5 | ||
6 | class EmailBackendForm(forms.ModelForm): | 6 | class EmailBackendForm(forms.ModelForm): |
7 | - | ||
8 | def clean_default_from_email(self): | 7 | def clean_default_from_email(self): |
9 | default_email = self.cleaned_data['default_from_email'] | 8 | default_email = self.cleaned_data['default_from_email'] |
10 | validate_email(default_email) | 9 | validate_email(default_email) |