diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-01-13 20:11:16 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-01-22 17:26:57 +0000 |
commit | a1da835f294dbb4014585c04716a88211d686e62 (patch) | |
tree | 041510d8eb45e1e5638882041e94270c658dd18d /templates/web/base/js | |
parent | 2854503286a7dbb9e3098469d508b1a4d37362ef (diff) |
Add login by Facebook when reporting.
Diffstat (limited to 'templates/web/base/js')
-rw-r--r-- | templates/web/base/js/validation_rules.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/web/base/js/validation_rules.html b/templates/web/base/js/validation_rules.html index 409d0971f..5d55baff1 100644 --- a/templates/web/base/js/validation_rules.html +++ b/templates/web/base/js/validation_rules.html @@ -1,7 +1,6 @@ validation_rules = { title: { required: true }, detail: { required: true }, - email: { required: true }, update: { required: true }, rznvy: { required: true } }; |