aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/photos/templates/photos/gallery_detail.html
diff options
context:
space:
mode:
authorbnewbold <bnewbold@manus.(none)>2007-02-24 16:59:31 -0800
committerbnewbold <bnewbold@manus.(none)>2007-02-24 16:59:31 -0800
commitd338fd66b3b401b75d890a4838df7edd9b08c956 (patch)
tree80bf4639c63dc81e5d2438c92dd599d02bafcf57 /bn_django/photos/templates/photos/gallery_detail.html
parent2f81eff5ea7c0c13ab3028cee35b591f56d76e2a (diff)
downloadbnewnet-d338fd66b3b401b75d890a4838df7edd9b08c956.tar.gz
bnewnet-d338fd66b3b401b75d890a4838df7edd9b08c956.zip
fixed path inheritence for photos section
Diffstat (limited to 'bn_django/photos/templates/photos/gallery_detail.html')
-rw-r--r--bn_django/photos/templates/photos/gallery_detail.html4
1 files changed, 2 insertions, 2 deletions
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 %}
- <a href="../">photos</a> &raquo;
+{{ block.super }}
{% if object %}
+ &raquo;
<a href="../{{ object.id }}">{{ object.title }}</a>
{% endif %}
{% endblock %}
@@ -20,7 +21,6 @@ Gallery: {{ object.title }}
{% if object.photo_set.count %}
{% for item in object.photo_set.all %}
-
<span class="photo_thumb">
<a href="../detail/{{ item.id }}">
<img src="{{ item.thumburl }}"