diff options
| author | 2019-04-19 12:16:57 +0100 | |
|---|---|---|
| committer | 2019-04-19 12:16:57 +0100 | |
| commit | 5e7b7d136a1b91a70ed56dad19454366febe9b0b (patch) | |
| tree | bee5e37809602f8b3316973e412ee765818098d2 /pydis_site/templates/wiki/plugins | |
| parent | Wiki pagination is special-cased, so we basically have one option for it (diff) | |
Add paginators at the top of paginated sections
Diffstat (limited to 'pydis_site/templates/wiki/plugins')
| -rw-r--r-- | pydis_site/templates/wiki/plugins/images/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pydis_site/templates/wiki/plugins/images/index.html b/pydis_site/templates/wiki/plugins/images/index.html index 4973ea6f..2b4d9800 100644 --- a/pydis_site/templates/wiki/plugins/images/index.html +++ b/pydis_site/templates/wiki/plugins/images/index.html @@ -13,6 +13,9 @@ {% trans "Back to edit page" %} </a> </p> + + {% include "wiki/includes/pagination.html" %} + <table class="table is-fullwidth"> {% for image in images %} {% with image.current_revision.imagerevision as revision %} |