diff options
Diffstat (limited to 'templates/web/default/alert/index.html')
-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' %] |