From 45f635fd8b4acaa778178f97b0641277c468ee8c Mon Sep 17 00:00:00 2001 From: Socks Date: Fri, 23 Mar 2018 13:16:49 +0000 Subject: [PATCH] Usernames above posts on profiles are actual links now --- templates/profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/profile.html b/templates/profile.html index 2164094..f67e70f 100644 --- a/templates/profile.html +++ b/templates/profile.html @@ -39,7 +39,7 @@ {% for post in posts if not post.hidden %}
- {{ post.poster }} at {{ post.timePosted.strftime('%Y-%m-%d %-H:%M') }} {% if post.edited %}(Edited){% endif %} + {{ post.poster }} at {{ post.timePosted.strftime('%Y-%m-%d %-H:%M') }} {% if post.edited %}(Edited){% endif %} {% if logged_in|lower in post.likes %}