aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django
diff options
context:
space:
mode:
authorbnewbold <bnewbold@ziggy.(none)>2009-10-12 21:44:51 -0400
committerbnewbold <bnewbold@ziggy.(none)>2009-10-12 21:44:51 -0400
commit8a3f7416a41da6f0533a8550d1dcbb27fb5e0bd4 (patch)
treecb26ef8092a4ae5a4c90f4a3eb03e61a7307c794 /bn_django
parentbb582ed6abeae5501ffcfe2ab10f7bdeb54c6e26 (diff)
downloadbnewnet-8a3f7416a41da6f0533a8550d1dcbb27fb5e0bd4.tar.gz
bnewnet-8a3f7416a41da6f0533a8550d1dcbb27fb5e0bd4.zip
gallery font fixes
Diffstat (limited to 'bn_django')
-rw-r--r--bn_django/photos/templates/photos/gallery_detail.html2
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/>,&nbsp;,&nbsp;,&nbsp; %}