diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-01-11 10:33:34 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-01-11 10:33:34 +0000 |
commit | f01aa10f31a1729ddf46f374932de339f0387af8 (patch) | |
tree | 113c1bbfaa531d9b096483536322c3a3f3debb0f | |
parent | 908de043a3a0bb9c026aded6166fa04870d304dc (diff) |
Width/height unknown here.
-rw-r--r-- | templates/web/zurich/admin/report_edit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/zurich/admin/report_edit.html b/templates/web/zurich/admin/report_edit.html index 9821ba6b4..468280668 100644 --- a/templates/web/zurich/admin/report_edit.html +++ b/templates/web/zurich/admin/report_edit.html @@ -34,7 +34,7 @@ [% IF problem.photo %] [% photo = problem.get_photo_params %] -<li><img alt="" height="[% photo.height %]" width="[% photo.width %]" src="[% c.cobrand.base_url %][% photo.url %]"> +<li><img alt="" src="[% c.cobrand.base_url %][% photo.url %]"> <br> [% IF rotated %]Photo may be cached. View image directly to check<br>[% END %] <input type="submit" name="rotate_photo" value="Rotate Left" /> |