diff options
author | Struan Donald <struan@exo.org.uk> | 2011-05-12 10:20:36 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-05-12 10:20:36 +0100 |
commit | f192e02e1a1a4ad6754e55ca7045c734f345c148 (patch) | |
tree | b2c8ae747a651a9a433363d390a39005525d461b /templates/web/default | |
parent | 64f98502ae9d9c60973862f10ddae8fcce363f9d (diff) |
recent report photos for alerts front page
Diffstat (limited to 'templates/web/default')
-rw-r--r-- | templates/web/default/alert/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/web/default/alert/index.html b/templates/web/default/alert/index.html index 908b1b120..da057f785 100644 --- a/templates/web/default/alert/index.html +++ b/templates/web/default/alert/index.html @@ -23,6 +23,12 @@ within a certain distance of a particular location.') %] </p> </form> +[% IF photos %] +<div id="alert_recent"> + <h2>[% loc('Some photos of recent reports') %]</h2> + [% photos %] +</div> +[% END %] [%# FIXME - put in blurb here %] [% INCLUDE 'footer.html' %] |