diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-04-24 17:52:40 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-04-24 17:52:40 +0100 |
commit | c84e7651e0c8a888495205ad1c19b7f3e89f95ea (patch) | |
tree | 3d40914248b93868f2ca91d13e27e94ed1f97af8 /templates/web/default/index.html | |
parent | bb5897ce61bf2c813e33b242594f14c73a65c2ed (diff) |
Fewer photos on /alert for Bromley.
Diffstat (limited to 'templates/web/default/index.html')
-rw-r--r-- | templates/web/default/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/index.html b/templates/web/default/index.html index e5f98b0c5..4d178d192 100644 --- a/templates/web/default/index.html +++ b/templates/web/default/index.html @@ -51,7 +51,7 @@ </div> [% - recent_photos = c.cobrand.recent_photos(3); + recent_photos = c.cobrand.recent_photos('front', 3); probs = c.cobrand.recent(); %] |