aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorChris Mytton <self@hecticjeff.net>2013-09-12 11:29:01 +0100
committerChris Mytton <self@hecticjeff.net>2013-09-12 11:29:01 +0100
commit411019877f9e48687f3e295dc5883b64ed53ba92 (patch)
treefc427fdaa187750d9b1d52eded0ddd58363f3732 /templates
parent18ade89f8f1303b184e55630421cd6f9f3e7d17b (diff)
[Zurich] Use full-size version of photo in admin
Diffstat (limited to 'templates')
-rw-r--r--templates/web/zurich/admin/report_edit.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/zurich/admin/report_edit.html b/templates/web/zurich/admin/report_edit.html
index deadcb314..cd399f23b 100644
--- a/templates/web/zurich/admin/report_edit.html
+++ b/templates/web/zurich/admin/report_edit.html
@@ -68,9 +68,9 @@
<li>
[% photo = problem.get_photo_params %]
<div class="update-img">
- [% IF photo.url_full %]<a href="[% photo.url_full %]" rel="fancy">[% END %]
+ <a href="[% c.cobrand.base_url %]/photo/[% problem.photo %].fulltemp.jpeg" rel="fancy">
<img alt="Photo of this report" src="[% c.cobrand.base_url %]/photo/[% problem.photo %].temp.jpeg">
- [%- IF photo.url_full %]<span>zoom</span></a>[% END %]
+ <span>zoom</span></a>
</div>
<br>
<input type="submit" name="rotate_photo" value="[% loc('Rotate Left') %]">