diff options
-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 %] |