From 07445b215937ae60d843c9cd44a7b6b2e7d6d8cc Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 2 Dec 2009 20:44:25 -0500 Subject: simple style fixes --- bn_django/photos/templates/photos/gallery_list.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 1757a22..8a38561 100644 --- a/bn_django/photos/templates/photos/gallery_list.html +++ b/bn_django/photos/templates/photos/gallery_list.html @@ -17,12 +17,12 @@ (No photo available) {% endif %} - -

{{ item.title }}

-
+ +

+ {{ item.title }}

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