diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-10-13 16:39:17 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-10-13 17:13:59 +0100 |
commit | bb2ec8ca4a74f0bf7924f6a6670f0b5c8cea7f9e (patch) | |
tree | a10fd7716fe704fb61bfd37c7834efa44b48f1e0 /templates/web/base/admin/reports.html | |
parent | b7f7977aa5399c8378651b2a17c584b2537670d9 (diff) |
Paginate admin search results.
Diffstat (limited to 'templates/web/base/admin/reports.html')
-rw-r--r-- | templates/web/base/admin/reports.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/admin/reports.html b/templates/web/base/admin/reports.html index 7267dd11d..071c5f5a5 100644 --- a/templates/web/base/admin/reports.html +++ b/templates/web/base/admin/reports.html @@ -18,7 +18,7 @@ [% INCLUDE 'admin/problem_row.html' %] </table> -[% INCLUDE 'pagination.html', admin = 1, param = 'p' IF pager %] +[% INCLUDE 'pagination.html', admin = 1, param = 'p', pager = problems_pager %] [% ELSIF searched %] |