From 2b06d22687b7df20b56736e6a5cebefadb44f73f Mon Sep 17 00:00:00 2001 From: ccuser44 <68124053+ccuser44@users.noreply.github.com> Date: Wed, 8 Nov 2023 13:13:46 +0200 Subject: [PATCH] Made userpage posts show subreddit name Made userpage posts show subreddit name instead of ambigious `COMMENT` --- templates/user.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/user.html b/templates/user.html index a72cce0..2e22347 100644 --- a/templates/user.html +++ b/templates/user.html @@ -57,7 +57,7 @@
- COMMENT + Comment on r/{{ post.community }} {{ post.rel_time }}

{{ post.body|safe }}