summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/paginator.html
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-05-23 15:45:22 +0200
committerAurélien Bompard <aurelien@bompard.org>2013-05-23 17:48:16 +0200
commitea032ba8b321fad5e896750eae508456676041c1 (patch)
tree026c8af089391ecddd9dcae5a05d5ee9e07ad3a0 /hyperkitty/templates/paginator.html
parente9e92bf1ac15421b9a29c366b9ef6bf2c1b94943 (diff)
downloadhyperkitty-ea032ba8b321fad5e896750eae508456676041c1.tar.gz
hyperkitty-ea032ba8b321fad5e896750eae508456676041c1.tar.xz
hyperkitty-ea032ba8b321fad5e896750eae508456676041c1.zip
Display the last viewed threads in the user profile
Diffstat (limited to 'hyperkitty/templates/paginator.html')
-rw-r--r--hyperkitty/templates/paginator.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/hyperkitty/templates/paginator.html b/hyperkitty/templates/paginator.html
index a7559ec..358ae5d 100644
--- a/hyperkitty/templates/paginator.html
+++ b/hyperkitty/templates/paginator.html
@@ -2,7 +2,7 @@
<ul class="pager">
{% if pager.has_previous %}
<li>
- <a href="?page={{ pager.previous_page_number }}">
+ <a href="?{{ page_key|default:'page' }}={{ pager.previous_page_number }}">
{% else %}
<li class="disabled">
<a href="#">
@@ -12,7 +12,7 @@
{% if pager.has_next %}
<li>
- <a href="?page={{ pager.next_page_number }}">
+ <a href="?{{ page_key|default:'page' }}={{ pager.next_page_number }}">
{% else %}
<li class="disabled">
<a href="#">