diff options
-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 %} |