diff options
-rwxr-xr-x | templates/web/fixmystreet/reports/council.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/fixmystreet/reports/council.html b/templates/web/fixmystreet/reports/council.html index 17ed2c37f..649dcf0b0 100755 --- a/templates/web/fixmystreet/reports/council.html +++ b/templates/web/fixmystreet/reports/council.html @@ -158,7 +158,7 @@ Its area is now covered by <a href="/reports/Bedford">Bedford Borough Council</a </div> [% IF problem.photo %] <div class="img"> - <img height="60" width="90" src="/photo?id=[% p.id %];fp=1" alt=""> + <img height="60" width="90" src="/photo?id=[% problem.id %];fp=1" alt=""> </div> [% END %] </a> |