]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/commitdiff
Fixed bug #67.
authorphilipp <philipp@7aebc617-e5e2-0310-91dc-80fb5f6d2477>
Sun, 26 Dec 2010 22:34:35 +0000 (22:34 +0000)
committerphilipp <philipp@7aebc617-e5e2-0310-91dc-80fb5f6d2477>
Sun, 26 Dec 2010 22:34:35 +0000 (22:34 +0000)
git-svn-id: http://www.winterrodeln.org/svn/servermediawiki/trunk/wradmin@717 7aebc617-e5e2-0310-91dc-80fb5f6d2477

wradmin/setup.py
wradmin/wradmin/templates/rodelbahn_view.html

index 4268fc1ee3d20abb32640f37bdcea69aab4a7ac4..cdf097ae24f5b83a37a89a74fbdafb47e76169c4 100644 (file)
@@ -7,7 +7,7 @@ except ImportError:
 
 setup(
     name='wradmin',
-    version='1.3.1',
+    version='1.3.2',
     description='Administrative Interface for Winterrodeln',
     author='Philipp Spitzer',
     author_email='philipp.spitzer@winterrodeln.org',
index 87eef3715d2b854a3ccd819f7bb91302fcbfa4c0..55b7fb7bcd9ba83fe71a287893acd4e66f676c4c 100644 (file)
@@ -99,7 +99,7 @@
 <h3>Rodelbahnberichte</h3>
 
 <py:if test="len(c.paginator) > 0">
-<p>${c.paginator.pager('$link_first $link_previous $first_item bis $last_item von $item_count $link_next $link_last', controller='rodelbahn', action='view', id=c.id)}</p>
+<p>${c.paginator.pager('$link_first $link_previous $first_item bis $last_item von $item_count $link_next $link_last', controller='rodelbahn', action='view', id=c.sledding.page_id)}</p>
 
 <table>
     <tr>
     </tr>
 </table>
 
-<p>${c.paginator.pager('~2~', controller='rodelbahn', action='view', id=c.id)}</p>
+<p>${c.paginator.pager('~2~', controller='rodelbahn', action='view', id=c.sledding.page_id)}</p>
 </py:if>
 <py:if test="len(c.paginator) == 0">
 <p><em>Es sind keine Rodelbahnberichte zu dieser Rodelbahn vorhanden.</em></p>