aboutsummaryrefslogtreecommitdiffhomepage
path: root/apioforum/templates/view_user.html
diff options
context:
space:
mode:
Diffstat (limited to 'apioforum/templates/view_user.html')
-rw-r--r--apioforum/templates/view_user.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/apioforum/templates/view_user.html b/apioforum/templates/view_user.html
index 612c2c0..44a0b9d 100644
--- a/apioforum/templates/view_user.html
+++ b/apioforum/templates/view_user.html
@@ -1,4 +1,4 @@
-{% from 'common.html' import disp_post,ts %}
+{% from 'common.html' import disp_post,ts,tag,thread_breadcrumb,pagination_nav %}
{% extends 'base.html' %}
{% block header %}
<h1>{%block title %}{{user.username|e}}{% endblock %}</h1>
@@ -31,5 +31,6 @@
{{ disp_post(post, False) }}
{% endfor %}
</div>
+{{ pagination_nav(page,max_pageno,'user.view_user', username=user.username) }}
{% endif %}
-{% endblock %}
+{% endblock %} \ No newline at end of file