From: Brett Parker Date: Mon, 30 Mar 2009 00:18:24 +0000 (+0100) Subject: Fix typo of closing tag. X-Git-Url: https://git.sommitrealweird.co.uk/sommitrealweird.git/commitdiff_plain/03f5c13570af88bcd6561648ad192131d8a3a65d Fix typo of closing tag. --- diff --git a/sommitrealweird/photo/templates/photo/album_index.html b/sommitrealweird/photo/templates/photo/album_index.html index df9259e..83c1791 100644 --- a/sommitrealweird/photo/templates/photo/album_index.html +++ b/sommitrealweird/photo/templates/photo/album_index.html @@ -15,7 +15,7 @@ {% endif %}

{{ album.name }}

{% if album.caption %} -

{{ album.caption }} +

{{ album.caption }}

{% endif %}