diff options
Diffstat (limited to 'templates/web/default/alert/index.html')
-rw-r--r-- | templates/web/default/alert/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/templates/web/default/alert/index.html b/templates/web/default/alert/index.html index 7e03be4ae..3c01c44d4 100644 --- a/templates/web/default/alert/index.html +++ b/templates/web/default/alert/index.html @@ -29,7 +29,10 @@ postcode or street name and area:' ) %] [% IF photos %] <div id="alert_recent"> <h2>[% loc('Some photos of recent reports') %]</h2> - [% photos %] + [% FOREACH p IN photos %] + <a href="/report/[% p.id %]"><img border="0" height="100" + src="/photo?tn=1;id=[% p.id %]" alt="[% p.title | html %]" title="[% p.title | html %]"></a> + [% END %] </div> [% END %] [%# FIXME - put in blurb here %] |