diff options
author | bnewbold <bnewbold@ziggy.(none)> | 2009-10-12 22:44:56 -0400 |
---|---|---|
committer | bnewbold <bnewbold@ziggy.(none)> | 2009-10-12 22:44:56 -0400 |
commit | b6990b0ade8108141139c3d133f07dc003779805 (patch) | |
tree | 375c5cf31039195dc451f840cb5a8fcdd677304f | |
parent | 19901f8e02ca23963d340a50d5bdc7933693f9b8 (diff) | |
download | bnewnet-b6990b0ade8108141139c3d133f07dc003779805.tar.gz bnewnet-b6990b0ade8108141139c3d133f07dc003779805.zip |
spacing...
-rw-r--r-- | bn_django/templates/frontpage.html | 3 |
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 %} |