diff options
| author | 2019-04-18 18:12:04 +0100 | |
|---|---|---|
| committer | 2019-04-18 18:12:04 +0100 | |
| commit | 06fed91f6515e08a0e62cc48ade80d65257fcbd9 (patch) | |
| tree | 9dd7be80f78dda8f3ef629828e2382738be2f552 /pydis_site/templates/wiki/plugins | |
| parent | Source page (diff) | |
Searching and pagination
Diffstat (limited to 'pydis_site/templates/wiki/plugins')
| -rw-r--r-- | pydis_site/templates/wiki/plugins/images/index.html | 4 |
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 %} |