diff options
Diffstat (limited to 'bn_django')
-rw-r--r-- | bn_django/photos/templates/photos/gallery_detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} <br /> +{% if object %} {% if object.photo_set.count %} <table width="100%" class="thumbs"> {% for item in object.photo_set.all %} {% cycle <tr/>, , , %} |