aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--templates/web/base/admin/list_updates.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/web/base/admin/list_updates.html b/templates/web/base/admin/list_updates.html
index b26db07c3..d3701bc1e 100644
--- a/templates/web/base/admin/list_updates.html
+++ b/templates/web/base/admin/list_updates.html
@@ -44,6 +44,8 @@
[% END -%]
</table>
+[% IF updates_pager %]
[% INCLUDE 'pagination.html', admin = 1, param = 'u', pager = updates_pager %]
+[% END %]
[% END %]