aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2019-02-08 11:03:57 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2019-02-08 14:05:10 +0000
commitd8d3da1119e41fd7a57a4664e92a644ba1a9c919 (patch)
tree54e7e4bb5a35173ae866d43a63c01817e50105b4 /web
parenta605865fea720fdaeeecb65cc80223137eda4263 (diff)
[Oxfordshire] Limit appears to be lower than 70.
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/fixmystreet-uk-councils/council_validation_rules.js2
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