From c3d36cfb8625e7040f7324017ed5d6199e5aa690 Mon Sep 17 00:00:00 2001 From: rimu <3310831+rimu@users.noreply.github.com> Date: Sun, 12 Nov 2023 20:54:22 +1300 Subject: [PATCH] show upvoted posts on profile --- .../community/_post_reply_teaser.html | 5 +- app/templates/user/show_profile.html | 47 +++++++++++++++---- app/user/routes.py | 13 +++-- 3 files changed, 49 insertions(+), 16 deletions(-) diff --git a/app/templates/community/_post_reply_teaser.html b/app/templates/community/_post_reply_teaser.html index 1bbf594b..4e7a82fa 100644 --- a/app/templates/community/_post_reply_teaser.html +++ b/app/templates/community/_post_reply_teaser.html @@ -1,3 +1,4 @@
\ No newline at end of file + {{ post_reply.body_html|safe }} + +