aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/zurich/admin/problem_row.html
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2016-01-15 14:56:00 +0000
committerMatthew Somerville <matthew@mysociety.org>2016-01-15 14:56:00 +0000
commit3d5e0210feacf96e21e1916ab0df84b83f5f05e2 (patch)
treec9f82ab699f4f4b589345a55a70880ebf5089c90 /templates/web/zurich/admin/problem_row.html
parent0e257b2201998d428b3624a15dfeeb03a5559371 (diff)
parentb8685054be0e16bc836dc568c0687a6f86400f38 (diff)
Merge branch '1300-multiple-update-photos'
Diffstat (limited to 'templates/web/zurich/admin/problem_row.html')
-rw-r--r--templates/web/zurich/admin/problem_row.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/web/zurich/admin/problem_row.html b/templates/web/zurich/admin/problem_row.html
index baa8d3ac7..acbf17017 100644
--- a/templates/web/zurich/admin/problem_row.html
+++ b/templates/web/zurich/admin/problem_row.html
@@ -36,9 +36,9 @@
<td>
[% IF problem.photo %]
- [% FOR photo IN problem.get_photoset(c).images %]
+ [% FOR photo IN problem.photos %]
<div class="update-img">
- <img height="60" width="90" alt="" src="[% c.cobrand.base_url %]/photo/[% photo.0 %].temp.jpeg">
+ <img height="60" width="90" alt="" src="[% c.cobrand.base_url %][% photo.url_temp %]">
</div>
[% END %]
[% END %]