diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-06-04 17:17:17 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-06-04 17:17:17 +0100 |
commit | e7bfad541345fa3b7d22441f791e16b9e17dfa6d (patch) | |
tree | 2342bc1f3843705db23e36003c51aeb69b747e02 | |
parent | 266abeeeb3b7240892339ef9d77133acd59c0d5e (diff) |
Only room for one EHA photo.
-rw-r--r-- | templates/web/emptyhomes/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/emptyhomes/index.html b/templates/web/emptyhomes/index.html index 9aff01ab3..003e6d4c2 100644 --- a/templates/web/emptyhomes/index.html +++ b/templates/web/emptyhomes/index.html @@ -16,7 +16,7 @@ </div> [% - recent_photos = c.cobrand.recent_photos('front', 3); + recent_photos = c.cobrand.recent_photos('front', 1); probs = c.cobrand.recent(); %] [% IF probs.size || recent_photos.size %] |