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.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/apioforum/templates/view_user.html b/apioforum/templates/view_user.html
index 44a0b9d..f52e7c1 100644
--- a/apioforum/templates/view_user.html
+++ b/apioforum/templates/view_user.html
@@ -26,11 +26,11 @@
</div>
{% if posts %}
<h2>recent posts</h2>
+{{ pagination_nav(page,max_pageno,'user.view_user', username=user.username) }}
<div class="user_posts">
{% for post in posts %}
{{ disp_post(post, False) }}
{% endfor %}
</div>
-{{ pagination_nav(page,max_pageno,'user.view_user', username=user.username) }}
{% endif %}
-{% endblock %} \ No newline at end of file
+{% endblock %}