# HG changeset patch # User Andrew Shadura # Date 1441920590 -7200 # Node ID 222a9f3d4023985aa2631b411d24a26ff27bbc41 # Parent 57caeb60c52b522230d62ca6cf78432b55c33c0d notifications: ensure paginator's links remain correct after Mark All Read Paginator is loaded together with the dynamic page content, so when it's generated, a wrong URL may be used for its links. diff -r 57caeb60c52b -r 222a9f3d4023 kallithea/templates/admin/notifications/notifications_data.html --- a/kallithea/templates/admin/notifications/notifications_data.html Thu Sep 03 13:10:17 2015 +0200 +++ b/kallithea/templates/admin/notifications/notifications_data.html Thu Sep 10 23:29:50 2015 +0200 @@ -32,7 +32,7 @@
- ${c.notifications.pager('$link_previous ~2~ $link_next',**request.GET.mixed())} + ${c.notifications.pager('$link_previous ~2~ $link_next',controller='admin/notifications',**request.GET.mixed())}