From 8a3f7416a41da6f0533a8550d1dcbb27fb5e0bd4 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 12 Oct 2009 21:44:51 -0400 Subject: gallery font fixes --- bn_django/photos/templates/photos/gallery_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bn_django/photos/templates/photos/gallery_detail.html') diff --git a/bn_django/photos/templates/photos/gallery_detail.html b/bn_django/photos/templates/photos/gallery_detail.html index 6720204..0b3a4af 100644 --- a/bn_django/photos/templates/photos/gallery_detail.html +++ b/bn_django/photos/templates/photos/gallery_detail.html @@ -10,7 +10,7 @@ {% if object %}Photo Set: {{ object.title }} {% endif %} {% endblock %} {% block content %} -{% if object %}
+{% if object %} {% if object.photo_set.count %} {% for item in object.photo_set.all %} {% cycle , , ,  %} -- cgit v1.2.3