aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2014-07-14 10:15:02 +0100
committerStruan Donald <struan@exo.org.uk>2014-07-14 10:52:14 +0100
commitb5c8261d32dbf9c5f99dab30f80b29c3b64b0c35 (patch)
tree856ed882cc964ac4224b0b82b4f8563a79aaabea
parentca69ed2f8ae268f037cfb29b91e5026634037887 (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.html2
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&nbsp;:") %]
</p>
[% END %]
+</div>
[% INCLUDE 'footer.html' %]