From cb57ad36b3546db9783a1310781c477f84e6e365 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Fri, 1 Jun 2007 04:54:05 -0400 Subject: padded left in gallery listing --- bn_django/photos/templates/photos/gallery_list.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bn_django/photos') diff --git a/bn_django/photos/templates/photos/gallery_list.html b/bn_django/photos/templates/photos/gallery_list.html index 39cb106..fffad30 100644 --- a/bn_django/photos/templates/photos/gallery_list.html +++ b/bn_django/photos/templates/photos/gallery_list.html @@ -17,11 +17,12 @@ (No photo available) {% endif %} - +

{{ item.title }}


{{ item.photo_set.count }} photo{{ item.photo_set.count|pluralize}} - starting {{ item.first.date }} + {% if item.first.date %} + starting in {{ item.first.date }}{% endif %} {% endfor %} -- cgit v1.2.3