diff options
author | Struan Donald <struan@exo.org.uk> | 2019-01-15 12:39:15 +0000 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2019-01-16 10:40:56 +0000 |
commit | 53624a3800db9500ad35900466aa44ad55e57c23 (patch) | |
tree | 00e0b57e12413f5269db4437951b064a50a3a627 /templates | |
parent | 4dac760f5d5291437667b28b39af41d29545bda3 (diff) |
[Oxfordshire] length checking for names, emails and phone Nos
Add in validation to check names, email and phone numbers don't exceed
maximum lengths permitted by HIAMS.
Fixes mysociety/fixmystreet-commercial#1244
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/oxfordshire/footer_extra_js.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/web/oxfordshire/footer_extra_js.html b/templates/web/oxfordshire/footer_extra_js.html index 5e24e7321..d95ed2c8e 100644 --- a/templates/web/oxfordshire/footer_extra_js.html +++ b/templates/web/oxfordshire/footer_extra_js.html @@ -4,4 +4,5 @@ version('/cobrands/oxfordshire/js.js'), version('/cobrands/oxfordshire/assets.js'), version('/cobrands/highways/assets.js'), + version('/cobrands/fixmystreet-uk-councils/council_validation_rules.js'), ) %] |