diff options
author | Struan Donald <struan@exo.org.uk> | 2014-07-14 10:15:02 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2014-07-14 10:52:14 +0100 |
commit | b5c8261d32dbf9c5f99dab30f80b29c3b64b0c35 (patch) | |
tree | 856ed882cc964ac4224b0b82b4f8563a79aaabea | |
parent | ca69ed2f8ae268f037cfb29b91e5026634037887 (diff) |
Fix transparent background on disambiguation page
Wrap around page in a div.tablewrapper
Fixes #831
-rw-r--r-- | templates/web/fixmystreet/around/around_index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/web/fixmystreet/around/around_index.html b/templates/web/fixmystreet/around/around_index.html index 0d9d35171..2cd51da17 100644 --- a/templates/web/fixmystreet/around/around_index.html +++ b/templates/web/fixmystreet/around/around_index.html @@ -8,6 +8,7 @@ # '/report/new' and the partial hidden field is added to the form. %] +<div class="tablewrapper"> [% IF location_error %] [% INCLUDE 'around/location_error.html' %] [% END %] @@ -27,5 +28,6 @@ [% loc("Thanks for uploading your photo. We now need to locate your problem, so please enter a nearby street name or postcode in the box above :") %] </p> [% END %] +</div> [% INCLUDE 'footer.html' %] |