From ead06cc406fbcfd3c080aab224f789c99c3d434c Mon Sep 17 00:00:00 2001 From: kek7198 Date: Wed, 8 Dec 2021 21:49:58 -0600 Subject: [PATCH] fix --- files/templates/userpage.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 1db4298afc..9f1cbdca8f 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -181,6 +181,7 @@ Comments {{ u.comment_count }} + {% if u.id == v.id %}
  • Saved Posts @@ -191,6 +192,7 @@ Saved Comments
  • + {% endif %}