master
fefa4ka 9 years ago
parent 8987d10773
commit 96bad53ff5
  1. 2
      djangocms_forms/forms.py

@ -323,7 +323,7 @@ class FormBuilder(forms.Form):
if data['name'] == 'phone' and data['value'] in ['4955331826', '123456']: if data['name'] == 'phone' and data['value'] in ['4955331826', '123456']:
return return
if data['name'] == 'message' and data['value']: if data['name'] == 'message' and data['value'] != "":
return return
# Some contacts # Some contacts

Loading…
Cancel
Save