##// END OF EJS Templates
Remember filtering on notifications filters
marcink -
r2518:83aff72a beta
parent child Browse files
Show More
@@ -26,7 +26,7 b" unread = lambda n:{False:'unread'}.get(n"
26 26
27 27 <div class="notification-paginator">
28 28 <div class="pagination-wh pagination-left">
29 ${c.notifications.pager('$link_previous ~2~ $link_next')}
29 ${c.notifications.pager('$link_previous ~2~ $link_next',**request.GET.mixed())}
30 30 </div>
31 31 </div>
32 32
General Comments 0
You need to be logged in to leave comments. Login now