off antispam

master
fefa4ka 9 years ago
parent edade0c4d1
commit 0840424af6
  1. 4
      djangocms_forms/forms.py

@ -323,8 +323,8 @@ class FormBuilder(forms.Form):
if data['name'] == 'phone' and data['value'] in ['4955331826', '123456']:
return
if data['name'] == 'message' and data['value']:
return
# if data['name'] == 'message' and data['value']:
# return
# Some contacts
if not send or len(contacts) == 0:

Loading…
Cancel
Save