diff options
Diffstat (limited to 'templates/details')
-rw-r--r-- | templates/details/photo_galleries.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/details/photo_galleries.html b/templates/details/photo_galleries.html index 84dc219..e1964e0 100644 --- a/templates/details/photo_galleries.html +++ b/templates/details/photo_galleries.html @@ -222,7 +222,7 @@ a:hover{color:#b53a04;} <div id="main_image"></div> <div id="images" style="height:90px; white-space:nowrap;"> <ul id="mycarousel" class="jcarousel-skin-tango"> - {%for photo in object.photos.all %} + {%for photo in object.photos.all reversed %} <li><img src="{{photo.get_local_slideshow_url}}" alt="{{photo.title}}" title="{%ifequal photo.description 'None' %}{%else%}{{photo.description|striptags}}{%endifequal%}"></li> {% endfor %} </ul> |