diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-02-05 16:24:26 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-02-05 16:24:26 +0000 |
commit | 1a676c6a7b4eb01e022459e267270a020b70aa94 (patch) | |
tree | 3bcf52b508cd979b6c95d4f965e505518bde6291 /templates | |
parent | 89d718680b7da4b1932445b498918e4ba048b9e1 (diff) |
SDM index page pagination.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/zurich/admin/index-sdm.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/web/zurich/admin/index-sdm.html b/templates/web/zurich/admin/index-sdm.html index 4e4009c16..9fa1b7714 100644 --- a/templates/web/zurich/admin/index-sdm.html +++ b/templates/web/zurich/admin/index-sdm.html @@ -7,8 +7,9 @@ <h2>[% loc('Reports awaiting approval') %]</h2> [% INCLUDE list, problems = reports_unpublished.all, no_edit = 1 %] -<h2>[% loc('Reports published') %]</h2> +<h2 id="alle">[% loc('Reports published') %]</h2> [% INCLUDE list, problems = reports_published.all, no_edit = 1 %] +[% INCLUDE 'pagination.html', admin = 1, param = 'p', hash = 'alle' %] [% INCLUDE 'admin/footer.html' %] |