diff options
author | Struan Donald <struan@exo.org.uk> | 2020-07-15 14:23:27 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2020-07-15 14:23:27 +0100 |
commit | c3899dc611ade1410adc7682f2ed196e341ee577 (patch) | |
tree | f2020e7292b4f65fb4be8fe5a6e2157dde86bd74 | |
parent | 8bee582c74f9db05d08c682803987e6b324fb61f (diff) |
[HighwaysEngland] change where heard from options
-rw-r--r-- | templates/web/highwaysengland/report/new/inline-tips.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/highwaysengland/report/new/inline-tips.html b/templates/web/highwaysengland/report/new/inline-tips.html index 73f70a3d0..730b482e5 100644 --- a/templates/web/highwaysengland/report/new/inline-tips.html +++ b/templates/web/highwaysengland/report/new/inline-tips.html @@ -14,6 +14,6 @@ <option value="Highways England website"[% ' selected' IF 'Highways England website' == where_hear %]>Highways England website</option> <option value="Twitter"[% ' selected' IF 'Twitter' == where_hear %]>Twitter</option> <option value="Word of mouth"[% ' selected' IF 'Word of mouth' == where_hear %]>Word of mouth</option> -<option value="Through the post"[% ' selected' IF 'Through the post' == where_hear %]>Through the post</option> +<option value="Highways England correspondence"[% ' selected' IF 'Highways England correspondence' == where_hear %]>Highways England correspondence</option> <option value="Other"[% ' selected' IF 'Other' == where_hear %]>Other</option> </select> |