diff options
Diffstat (limited to 'templates/web/default/alert/index.html')
-rw-r--r-- | templates/web/default/alert/index.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/web/default/alert/index.html b/templates/web/default/alert/index.html index 3c01c44d4..4d63e7f34 100644 --- a/templates/web/default/alert/index.html +++ b/templates/web/default/alert/index.html @@ -26,7 +26,7 @@ postcode or street name and area:' ) %] </p> </form> -[% IF photos %] +[% IF photos.size %] <div id="alert_recent"> <h2>[% loc('Some photos of recent reports') %]</h2> [% FOREACH p IN photos %] @@ -35,6 +35,5 @@ postcode or street name and area:' ) %] [% END %] </div> [% END %] -[%# FIXME - put in blurb here %] [% INCLUDE 'footer.html' %] |