diff options
Diffstat (limited to 'templates/web/default')
-rw-r--r-- | templates/web/default/alert/index.html | 3 | ||||
-rw-r--r-- | templates/web/default/alert/list.html | 5 |
2 files changed, 2 insertions, 6 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' %] diff --git a/templates/web/default/alert/list.html b/templates/web/default/alert/list.html index 32c531247..38007ea62 100644 --- a/templates/web/default/alert/list.html +++ b/templates/web/default/alert/list.html @@ -24,7 +24,7 @@ [% cobrand_form_elements %] - [% IF photos %] + [% IF photos.size %] <div id="alert_photos"> <h2>[% loc('Photos of recent nearby reports') %]</h2> [% FOREACH p IN photos %] @@ -72,7 +72,6 @@ [% ELSE %] <div><ul id="rss_feed"> [% END %] - [%# FIXME errors here %] [% FOREACH option IN options %] <li> @@ -109,8 +108,6 @@ for the county council.' ) %] <div id="rss_buttons"> [% END %] - [%# FIXME rss options here %] - <p> <input type="submit" name="rss" value="[% loc('Give me an RSS feed') %]"> <p> |