File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
roundup/templates/classic/html Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,13 +52,13 @@ You are not allowed to view this page.
5252 <tr class="navigation" tal:define="colspan python:len(request.columns)">
5353 <th tal:attributes="colspan python:colspan/2">
5454 <a tal:define="prev batch/previous" tal:condition="prev"
55- tal:attributes="href python:request.indexargs_href (request.classname,
55+ tal:attributes="href python:request.indexargs_url (request.classname,
5656 {':startwith':prev.first, ':pagesize':prev.size})"><< previous</a>
5757
5858 </th>
5959 <th tal:attributes="colspan python:colspan/2 + colspan%2">
6060 <a tal:define="next batch/next" tal:condition="next"
61- tal:attributes="href python:request.indexargs_href (request.classname,
61+ tal:attributes="href python:request.indexargs_url (request.classname,
6262 {':startwith':next.first, ':pagesize':next.size})">next >></a>
6363
6464 </th>
You can’t perform that action at this time.
0 commit comments