diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-03-13 19:34:03 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-03-13 19:34:03 +0000 |
commit | 9aa6fa7cf6cb10103de9284e26db7e68b039a0b7 (patch) | |
tree | 6c89094d3ff8ed036d0e91173c2b23826b50e642 /templates | |
parent | 9dcc9b71adc118abb1f3191bd9753c9e97c839cb (diff) |
fixed photo importing tools
Diffstat (limited to 'templates')
-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> |