diff options
Diffstat (limited to 'bn_django/photos/templates')
-rw-r--r-- | bn_django/photos/templates/photos/gallery_detail.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bn_django/photos/templates/photos/gallery_detail.html b/bn_django/photos/templates/photos/gallery_detail.html index 2de76d7..6720204 100644 --- a/bn_django/photos/templates/photos/gallery_detail.html +++ b/bn_django/photos/templates/photos/gallery_detail.html @@ -15,7 +15,7 @@ <table width="100%" class="thumbs"> {% for item in object.photo_set.all %} {% cycle <tr/>, , , %} <td class="photo_thumb"> - <a href="../detail/{{ item.id }}"> + <a href="../detail/{{ item.id }}/"> <img src="{{ item.thumburl }}" alt="{{ item.title }}" /> </td> {% endfor %} |