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/dir.html | |
parent | Source page (diff) |
Searching and pagination
Diffstat (limited to 'pydis_site/templates/wiki/dir.html')
-rw-r--r-- | pydis_site/templates/wiki/dir.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pydis_site/templates/wiki/dir.html b/pydis_site/templates/wiki/dir.html index 86b04c85..283fe598 100644 --- a/pydis_site/templates/wiki/dir.html +++ b/pydis_site/templates/wiki/dir.html @@ -77,6 +77,8 @@ {% endfor %} </table> -{% include "wiki/includes/pagination.html" %} +{% if is_paginated %} + {% include "base/paginator.html" with page=page_obj %} +{% endif %} {% endblock %} |