From 6180431e826988eb58a17b6299c136543e02b7ff Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 12 Oct 2009 22:25:26 -0400 Subject: only 4 photos up front --- bn_django/templates/frontpage.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'bn_django') diff --git a/bn_django/templates/frontpage.html b/bn_django/templates/frontpage.html index 26b369d..17f9aac 100644 --- a/bn_django/templates/frontpage.html +++ b/bn_django/templates/frontpage.html @@ -38,10 +38,13 @@ Other sites:

Photos!

{% if latest_photos %} + {% for photo in latest_photos %} + {% endfor %} +
{{ photo.title }}    + alt="{{ photo.title }}" />   
{% else %}

None yet! {% endif %} -- cgit v1.2.3