diff options
Diffstat (limited to 'pydis_site/templates/wiki/history.html')
-rw-r--r-- | pydis_site/templates/wiki/history.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pydis_site/templates/wiki/history.html b/pydis_site/templates/wiki/history.html index d0a0d868..afc6eafe 100644 --- a/pydis_site/templates/wiki/history.html +++ b/pydis_site/templates/wiki/history.html @@ -118,8 +118,10 @@ </div> {% endfor %} + {% include "wiki/includes/pagination.html" %} + {% if is_paginated %} - {% include "base/paginator.html" with page=page_obj %} + {% include "base/paginator.html" %} {% endif %} {% if revisions.count > 1 and article|can_write:user and not article.current_revision.locked %} |