From 6acfbfc9b351a9a9ce1d410b2cfa79be744946be Mon Sep 17 00:00:00 2001 From: Zankaria Date: Fri, 27 Dec 2024 19:13:27 +0100 Subject: [PATCH] view_passwd.html: add view password template --- templates/mod/view_passwd.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 templates/mod/view_passwd.html diff --git a/templates/mod/view_passwd.html b/templates/mod/view_passwd.html new file mode 100644 index 00000000..72e3d747 --- /dev/null +++ b/templates/mod/view_passwd.html @@ -0,0 +1,10 @@ +{{ include('mod/user_posts_list.html', {posts: posts}) }} +
+ [Page 1] + {% if cursor_prev %} + [Previous Page] + {% endif %} + {% if cursor_next %} + [Next Page] + {% endif %} +