aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/wiki/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'pydis_site/templates/wiki/plugins')
-rw-r--r--pydis_site/templates/wiki/plugins/images/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/pydis_site/templates/wiki/plugins/images/index.html b/pydis_site/templates/wiki/plugins/images/index.html
index 4973ea6f..64515208 100644
--- a/pydis_site/templates/wiki/plugins/images/index.html
+++ b/pydis_site/templates/wiki/plugins/images/index.html
@@ -149,6 +149,8 @@
{% endfor %}
</table>
- {% include "wiki/includes/pagination.html" %}
+ {% if is_paginated %}
+ {% include "base/paginator.html" with page=page_obj %}
+ {% endif %}
{% endblock %}