changeset 91:d2f75c879335

CLOSED - # 53: Karussell reparieren bei Feature Story 28 https://it-dev.mpiwg-berlin.mpg.de/tracs/webpage/ticket/53
author casties
date Wed, 15 May 2013 19:42:23 +0200
parents c940af028112
children 45c7b240ee93
files zpt/www/common_template.zpt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/zpt/www/common_template.zpt	Wed May 15 18:48:36 2013 +0200
+++ b/zpt/www/common_template.zpt	Wed May 15 19:42:23 2013 +0200
@@ -46,7 +46,7 @@
           <a class="internal" tal:attributes="href string:$root/${secmap/news}/featurearchive.html"><metal:block
               metal:define-slot="topic_archive">Research Topic Archive</metal:block></a>
         </p>
-        <div class="slider next" tal:condition="python:feature_num<len(features)-1">
+        <div class="slider next" tal:condition="python:feature_num<len(features)">
           <a tal:attributes="href python:'?ff=%s'%(feature_num+1)"><img tal:attributes="src string:$root/images/slider_next.png"
             alt="next" /></a>
         </div>