aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/js/validation_rules.html
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2016-01-27 10:34:55 +0000
committerMatthew Somerville <matthew@mysociety.org>2016-01-27 10:34:55 +0000
commitb8083a462aebf542f6f39c4201e1f09248b7e0e7 (patch)
treeab44be742664db2dd720efc03326db0acef22dde /templates/web/base/js/validation_rules.html
parentac59f93b2228f5ff77ca7b7aff6fc3be54d360cd (diff)
parent5adabce92647a6b9e12887af7959efcfef4877d4 (diff)
Merge branch '1146-social-login'
Conflicts: templates/web/base/report/new/fill_in_details_form.html templates/web/base/report/update-form.html
Diffstat (limited to 'templates/web/base/js/validation_rules.html')
-rw-r--r--templates/web/base/js/validation_rules.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/web/base/js/validation_rules.html b/templates/web/base/js/validation_rules.html
index 409d0971f..5295a53ca 100644
--- a/templates/web/base/js/validation_rules.html
+++ b/templates/web/base/js/validation_rules.html
@@ -1,7 +1,5 @@
validation_rules = {
title: { required: true },
detail: { required: true },
- email: { required: true },
- update: { required: true },
- rznvy: { required: true }
+ update: { required: true }
};