Skip to content

Commit

Permalink
Email ou telefone opcionais #98
Browse files Browse the repository at this point in the history
  • Loading branch information
matheuspdf committed May 25, 2024
1 parent 48c2a14 commit b55a8f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eventex/subscriptions/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ def clean(self):
if not self.cleaned_data.get('email') and not self.cleaned_data.get('phone'):
raise ValidationError('Informe seu e-mail ou telefone')

return self.cleaned_data
return self.cleaned_data

0 comments on commit b55a8f5

Please sign in to comment.