From b6990b0ade8108141139c3d133f07dc003779805 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 12 Oct 2009 22:44:56 -0400 Subject: spacing... --- bn_django/templates/frontpage.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bn_django') 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:

Photos!

{% if latest_photos %} +
{% for photo in latest_photos %}
@@ -64,6 +65,6 @@ None yet! {% else %} None yet! {% endif %} - +

{% endblock %} -- cgit v1.2.3