aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-08-07 09:18:34 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-08-07 09:18:34 +0100
commitc1f234d45ec4d9530973e75a8d994dd8c96a129c (patch)
tree74ab9becacdf22068f5e5311198cc6d45cdef7e0 /templates
parent4223fc78261aad3f16b8ed8000a6bef77f41f708 (diff)
Add missing ID to /alert postcode input.
Fixes #2197.
Diffstat (limited to 'templates')
-rw-r--r--templates/web/base/alert/index.html2
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>