aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/photos/templates/photos/gallery_detail.html
diff options
context:
space:
mode:
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 ef08807..2de76d7 100644
--- a/bn_django/photos/templates/photos/gallery_detail.html
+++ b/bn_django/photos/templates/photos/gallery_detail.html
@@ -4,10 +4,10 @@
{{ block.super }}
{% if object %}
»
- <a href="../{{ object.id }}">{{ object.title }}</a>
+ <a href="../{{ object.slug }}/">{{ object.title }}</a>
{% endif %} {% endblock %}
{% block title %}
-{% if object %} Gallery: {{ object.title }} {% endif %}
+{% if object %}Photo Set: {{ object.title }} {% endif %}
{% endblock %}
{% block content %}
{% if object %} <br />