diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-02-08 11:03:57 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-02-08 14:05:10 +0000 |
commit | d8d3da1119e41fd7a57a4664e92a644ba1a9c919 (patch) | |
tree | 54e7e4bb5a35173ae866d43a63c01817e50105b4 /web | |
parent | a605865fea720fdaeeecb65cc80223137eda4263 (diff) |
[Oxfordshire] Limit appears to be lower than 70.
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmystreet-uk-councils/council_validation_rules.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/cobrands/fixmystreet-uk-councils/council_validation_rules.js b/web/cobrands/fixmystreet-uk-councils/council_validation_rules.js index 855d23de9..b13b9be13 100644 --- a/web/cobrands/fixmystreet-uk-councils/council_validation_rules.js +++ b/web/cobrands/fixmystreet-uk-councils/council_validation_rules.js @@ -35,7 +35,7 @@ body_validation_rules = { }, name: { required: true, - maxlength: 70 + maxlength: 50 }, phone: { maxlength: 30 |