diff options
-rw-r--r-- | templates/web/fixmystreet/around/around_index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/fixmystreet/around/around_index.html b/templates/web/fixmystreet/around/around_index.html index 53deec871..a465eae63 100644 --- a/templates/web/fixmystreet/around/around_index.html +++ b/templates/web/fixmystreet/around/around_index.html @@ -17,7 +17,7 @@ <fieldset> <label for="pc">[% question %]:</label> <input type="text" name="pc" value="[% pc | html %]" id="pc" size="10" maxlength="200"> - <input type="submit" value="[% loc('Go') %]" id="submit"> + <input class="green-btn final-submit" type="submit" value="[% loc('Go') %]" id="submit"> [% IF partial_token %] <input type="hidden" name="partial" value="[% partial_token.token %]"> |