From d338fd66b3b401b75d890a4838df7edd9b08c956 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sat, 24 Feb 2007 16:59:31 -0800 Subject: fixed path inheritence for photos section --- bn_django/photos/templates/photos/gallery_detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bn_django/photos/templates/photos/gallery_detail.html') diff --git a/bn_django/photos/templates/photos/gallery_detail.html b/bn_django/photos/templates/photos/gallery_detail.html index f9d1bd6..318091b 100644 --- a/bn_django/photos/templates/photos/gallery_detail.html +++ b/bn_django/photos/templates/photos/gallery_detail.html @@ -2,8 +2,9 @@ {# {% load markup %} #} {% block path %} - photos » +{{ block.super }} {% if object %} + » {{ object.title }} {% endif %} {% endblock %} @@ -20,7 +21,6 @@ Gallery: {{ object.title }} {% if object.photo_set.count %} {% for item in object.photo_set.all %} -