diff options
author | Edmund von der Burg <evdb@mysociety.org> | 2011-06-15 16:47:21 +0100 |
---|---|---|
committer | Edmund von der Burg <evdb@mysociety.org> | 2011-06-15 16:47:21 +0100 |
commit | 4e04d0f2abbbd368b9ad4148bb970c1c7130b30d (patch) | |
tree | 48ffd384a09f215ff35f090d09732f46f94ca235 /templates/web/default/admin | |
parent | 1b0114aa9aafb612b73205989b1316ba1dfd4857 (diff) | |
parent | d6e4d4998bf0327567d745c256a76fee966faf35 (diff) |
Merge branch 'master' of ssh://git.mysociety.org/data/git/public/fixmystreet
Diffstat (limited to 'templates/web/default/admin')
-rw-r--r-- | templates/web/default/admin/report_edit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/admin/report_edit.html b/templates/web/default/admin/report_edit.html index ef083ca7e..9c38b014e 100644 --- a/templates/web/default/admin/report_edit.html +++ b/templates/web/default/admin/report_edit.html @@ -38,7 +38,7 @@ [% IF problem.photo %] [% photo = problem.get_photo_params %] -<li><img alt="" height="[% photo.height %]" width="[% photo.width %]" src="[% photo.url %]"> +<li><img alt="" height="[% photo.height %]" width="[% photo.width %]" src="[% c.cobrand.base_url %][% photo.url %]"> <input type="checkbox" id="remove_photo" name="remove_photo" value="1"> <label for="remove_photo">[% loc("Remove photo (can't be undone!)") %]</label></li> [% END %] |