diff options
author | Struan Donald <struan@exo.org.uk> | 2011-06-10 12:47:55 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-06-10 12:47:55 +0100 |
commit | 1c7903469e52e0511e2a8b8c6b5ca7e39421d19e (patch) | |
tree | 0d3840ef598900c33cfd2ac73cd59f01594fe218 /templates/web/default/alert | |
parent | 07f72867c97baebcec73583f6adb028966ffc6d5 (diff) | |
parent | 58096757d4d232ef0e848efc934fb846ef805539 (diff) |
Merge branch 'migrate_to_catalyst' of ssh://git.mysociety.org/data/git/public/fixmystreet into migrate_to_catalyst
Diffstat (limited to 'templates/web/default/alert')
-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> |