diff options
Diffstat (limited to 'templates/web/default')
-rw-r--r-- | templates/web/default/alert/index.html | 2 | ||||
-rw-r--r-- | templates/web/default/alert/list.html | 4 |
2 files changed, 3 insertions, 3 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> diff --git a/templates/web/default/alert/list.html b/templates/web/default/alert/list.html index bb515232a..1682b5a66 100644 --- a/templates/web/default/alert/list.html +++ b/templates/web/default/alert/list.html @@ -57,7 +57,7 @@ </p> <p> - [% loc("Or you can subscribe to an alert based upon what ward or council you’re in:") %] + [% loc("Or you can subscribe to an alert based upon what ward or council you’re in:") %] </p> [% IF reported_to_options %] @@ -113,7 +113,7 @@ for the county council.' ) %] <p> <p id="alert_or"> - or + [% loc('or') %] </p> <p> |