diff options
Diffstat (limited to 'templates/web/default/alert/index.html')
-rw-r--r-- | templates/web/default/alert/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/alert/index.html b/templates/web/default/alert/index.html index dec15cf0a..7e03be4ae 100644 --- a/templates/web/default/alert/index.html +++ b/templates/web/default/alert/index.html @@ -20,7 +20,7 @@ within a certain distance of a particular location.') %] <p> [% loc('To find out what local alerts we have for you, please enter your GB postcode or street name and area:' ) %] - <input type="text" name="pc" value=""> + <input type="text" name="pc" value="[% pc | html %]"> <input type="submit" value="[% loc('Go') %]"> [% cobrand_form_elements %] </p> |