diff options
-rw-r--r-- | templates/web/base/alert/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/alert/index.html b/templates/web/base/alert/index.html index ca1b26e60..fa6e01fad 100644 --- a/templates/web/base/alert/index.html +++ b/templates/web/base/alert/index.html @@ -33,7 +33,7 @@ within a certain distance of a particular location.', "%s is the site name"), si <label for="pc">[% loc('Postcode or street name and area') %]</label> <p class="form-hint" id="pc-hint">[% tprintf(loc('e.g. ā%sā or ā%sā'), c.cobrand.example_places) %]</p> <div class="form-txt-submit-box"> - <input class="form-control" type="text" name="pc" value="[% pc | html %]" aria-describedby="pc-hint"> + <input class="form-control" type="text" id="pc" name="pc" value="[% pc | html %]" aria-describedby="pc-hint"> <input class="green-btn" type="submit" value="[% loc('Go') %]"> </div> </fieldset> |