aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/photos/templates/photos/photo_detail.html
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@charm.mit.edu>2008-02-10 23:53:40 -0500
committerBryan Newbold <bnewbold@charm.mit.edu>2008-02-10 23:53:40 -0500
commitf240080cefc05855c3836c284cc2f619117d1f3d (patch)
tree79cacac4118c2b7d5204f0730880a7ff98bf764d /bn_django/photos/templates/photos/photo_detail.html
parentf6b6a7912dc984b7c9a0f74631f51a3ab44c15af (diff)
downloadbnewnet-f240080cefc05855c3836c284cc2f619117d1f3d.tar.gz
bnewnet-f240080cefc05855c3836c284cc2f619117d1f3d.zip
switched to slugs for photo sets; also call them sets. TODO: rename galleries sets in code
Diffstat (limited to 'bn_django/photos/templates/photos/photo_detail.html')
-rw-r--r--bn_django/photos/templates/photos/photo_detail.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bn_django/photos/templates/photos/photo_detail.html b/bn_django/photos/templates/photos/photo_detail.html
index 3b582b1..ac1eb3b 100644
--- a/bn_django/photos/templates/photos/photo_detail.html
+++ b/bn_django/photos/templates/photos/photo_detail.html
@@ -5,7 +5,7 @@
{% block path %}
{{ block.super }}
&raquo;
- <a href="../../{{ object.gallery.id }}">{{ object.gallery.title }}</a>
+ <a href="../../{{ object.gallery.slug }}/">{{ object.gallery.title }}</a>
&raquo;
<a href="../{{ object.id }}">{{ object.title }}</a>
{% endblock %}