aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django
diff options
context:
space:
mode:
authorbnewbold <bnewbold@ziggy.(none)>2009-10-12 22:44:56 -0400
committerbnewbold <bnewbold@ziggy.(none)>2009-10-12 22:44:56 -0400
commitb6990b0ade8108141139c3d133f07dc003779805 (patch)
tree375c5cf31039195dc451f840cb5a8fcdd677304f /bn_django
parent19901f8e02ca23963d340a50d5bdc7933693f9b8 (diff)
downloadbnewnet-b6990b0ade8108141139c3d133f07dc003779805.tar.gz
bnewnet-b6990b0ade8108141139c3d133f07dc003779805.zip
spacing...
Diffstat (limited to 'bn_django')
-rw-r--r--bn_django/templates/frontpage.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/bn_django/templates/frontpage.html b/bn_django/templates/frontpage.html
index cc7da8b..9467a91 100644
--- a/bn_django/templates/frontpage.html
+++ b/bn_django/templates/frontpage.html
@@ -40,6 +40,7 @@ Other sites: <br />
<h2 class="ruled">Photos!</h2>
{% if latest_photos %}
+<br />
<table class="thumbs" width="100%"><tbody><tr>
{% for photo in latest_photos %}
<td class="photo_thumb">
@@ -64,6 +65,6 @@ None yet!
{% else %}
None yet!
{% endif %}
-
+<br /><br />
{% endblock %}