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 314008846..d0aab1a86 100644 --- a/templates/web/base/alert/index.html +++ b/templates/web/base/alert/index.html @@ -27,7 +27,7 @@ To find out what local alerts we have for you, please enter your [% c.cobrand.co [% loc('To find out what local alerts we have for you, please enter your postcode or street name and area' ) %] [% END %] </p> -<form method="get" action="/alert/list" class="full-width"> +<form method="get" action="/alert/list" class="form-box"> <fieldset> <div class="form-txt-submit-box"> <input type="text" name="pc" value="[% pc | html %]" placeholder="[% tprintf(loc('e.g. ā%sā or ā%sā'), c.cobrand.example_places) %]"> |