]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/blobdiff - wradmin/templates/bericht_list.html
bericht_list is rendered now.
[philipp/winterrodeln/wradmin.git] / wradmin / templates / bericht_list.html
index c444005073bcbd1099fd6dbb87a5c011c4bbb14b..5642ab295cef7ca0674bcc32ab7df7dca68f8b07 100644 (file)
@@ -13,7 +13,7 @@
 <body>
 <h2>Rodelbahnberichte</h2>
 
-<p>${c.paginator.pager('$link_first $link_previous $first_item bis $last_item von $item_count $link_next $link_last', controller='bericht', action='list')}</p>
+<p>${HTML(c.paginator.pager('$link_first $link_previous $first_item bis $last_item von $item_count $link_next $link_last', url=h.url(controller='bericht', action='list') + '?page=$page'))}</p>
 
 <table>
     <tr>
@@ -40,7 +40,7 @@
     </tr>
 </table>
 
-<p>${c.paginator.pager('~2~', controller='bericht', action='list')}</p>
+<p>${HTML(c.paginator.pager('~2~', url=h.url(controller='bericht', action='list') + '?page=$page'))}</p>
 
 </body>
 </html>