aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--apioforum/templates/view_user.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/apioforum/templates/view_user.html b/apioforum/templates/view_user.html
index f52e7c1..aaa0c14 100644
--- a/apioforum/templates/view_user.html
+++ b/apioforum/templates/view_user.html
@@ -32,5 +32,6 @@
{{ disp_post(post, False) }}
{% endfor %}
</div>
+{{ pagination_nav(page,max_pageno,'user.view_user', username=user.username,bottom=True) }}
{% endif %}
{% endblock %}