diff options
Diffstat (limited to 'perllib')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/HighwaysEngland.pm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/HighwaysEngland.pm b/perllib/FixMyStreet/Cobrand/HighwaysEngland.pm index d415635c1..54b0d09e3 100644 --- a/perllib/FixMyStreet/Cobrand/HighwaysEngland.pm +++ b/perllib/FixMyStreet/Cobrand/HighwaysEngland.pm @@ -36,6 +36,10 @@ sub admin_allow_user { return $user->from_body->name eq 'Highways England'; } +sub report_form_extras { + ( { name => 'where_hear' } ) +} + sub enter_postcode_text { 'Enter a location, road name or postcode' } sub example_places { |