diff options
author | Struan Donald <struan@exo.org.uk> | 2019-06-03 10:11:06 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2019-06-14 13:52:29 +0100 |
commit | f0d0629b26ab72343009603be9244f27f44b0e7e (patch) | |
tree | ce3312a8fbbb02cfe965c9f78817b10004e31b0d /web | |
parent | 5e501b7cb4fc38541475facfd2dfb05190c79f06 (diff) |
[Rutland] limit report summaries to 254 characters
Diffstat (limited to 'web')
-rw-r--r-- | web/cobrands/fixmystreet-uk-councils/council_validation_rules.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/cobrands/fixmystreet-uk-councils/council_validation_rules.js b/web/cobrands/fixmystreet-uk-councils/council_validation_rules.js index ee3dfde88..49c23db89 100644 --- a/web/cobrands/fixmystreet-uk-councils/council_validation_rules.js +++ b/web/cobrands/fixmystreet-uk-councils/council_validation_rules.js @@ -17,6 +17,10 @@ body_validation_rules = { 'Lincolnshire County Council': confirm_validation_rules, 'Bath and North East Somerset Council': confirm_validation_rules, 'Rutland County Council': { + title: { + required: true, + maxlength: 254 + }, name: { required: true, maxlength: 40 |