diff options
author | 2019-04-19 12:11:49 +0100 | |
---|---|---|
committer | 2019-04-19 12:11:49 +0100 | |
commit | ed7ba6aa8ebe02d8e16fc784ece95d6092c4701b (patch) | |
tree | 0b3ff2a1ad55c373b290c14ef5d5ab1e5fad0476 /pydis_site/templates/wiki/plugins | |
parent | Big pagination changes because the wiki is stupid (diff) |
Wiki pagination is special-cased, so we basically have one option for it
Diffstat (limited to 'pydis_site/templates/wiki/plugins')
-rw-r--r-- | pydis_site/templates/wiki/plugins/images/index.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pydis_site/templates/wiki/plugins/images/index.html b/pydis_site/templates/wiki/plugins/images/index.html index 64515208..4973ea6f 100644 --- a/pydis_site/templates/wiki/plugins/images/index.html +++ b/pydis_site/templates/wiki/plugins/images/index.html @@ -149,8 +149,6 @@ {% endfor %} </table> - {% if is_paginated %} - {% include "base/paginator.html" with page=page_obj %} - {% endif %} + {% include "wiki/includes/pagination.html" %} {% endblock %} |