diff options
author | citrons <citrons@mondecitronne.com> | 2025-06-17 11:26:40 -0500 |
---|---|---|
committer | citrons <citrons@mondecitronne.com> | 2025-06-17 11:26:40 -0500 |
commit | 6a12ee3f5282e8c1c7fdefc1b00fd2634781e09b (patch) | |
tree | ae7e2e9b5bd63ad3ca997d7dd8409f47bc8ea217 | |
parent | 46316b9f7358cd1b8ccf9a0618814d9b1f90fc50 (diff) |
bottom page links on user page
-rw-r--r-- | apioforum/templates/view_user.html | 1 |
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 %} |