aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/wiki/includes/pagination.html
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2019-04-19 13:24:41 +0100
committerGravatar Gareth Coles <[email protected]>2019-04-19 13:24:41 +0100
commitbf99d5e06936625e7939d72d0bb922b71ce401eb (patch)
tree3667aa305d523ac3e35e3244480744c96f25e7af /pydis_site/templates/wiki/includes/pagination.html
parentAdd paginators at the top of paginated sections (diff)
Finish history view page
Diffstat (limited to 'pydis_site/templates/wiki/includes/pagination.html')
-rw-r--r--pydis_site/templates/wiki/includes/pagination.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/wiki/includes/pagination.html b/pydis_site/templates/wiki/includes/pagination.html
index bd113dd6..0bdcbdc2 100644
--- a/pydis_site/templates/wiki/includes/pagination.html
+++ b/pydis_site/templates/wiki/includes/pagination.html
@@ -8,7 +8,7 @@
{% endif %}
{% if page_obj.has_next %}
- <a class="pagination-next" href="{% if search_query %}q={{ search_query }}&{% endif %}page={{ page_obj.next_page_number }}{% if appended_key %}&{{ appended_key }}={{ appended_value }}{% endif %}">Next</a>
+ <a class="pagination-next" href="?{% if search_query %}q={{ search_query }}&{% endif %}page={{ page_obj.next_page_number }}{% if appended_key %}&{{ appended_key }}={{ appended_value }}{% endif %}">Next</a>
{% else %}
<a class="pagination-next tooltip" data-tooltip="This is the last page" disabled>Older</a>
{% endif %}