# HG changeset patch # User Andrew Shadura # Date 2015-09-10 23:29:50 # 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 --git a/kallithea/templates/admin/notifications/notifications_data.html b/kallithea/templates/admin/notifications/notifications_data.html --- a/kallithea/templates/admin/notifications/notifications_data.html +++ b/kallithea/templates/admin/notifications/notifications_data.html @@ -32,7 +32,7 @@ unread = lambda n:{False:'unread'}.get(n
- ${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())}