From 1881241b6dac187a00022a0213b38dbbeed4d0c2 Mon Sep 17 00:00:00 2001 From: Dominic DiTaranto Date: Mon, 13 Apr 2026 18:06:20 -0400 Subject: [PATCH] fixing avatars in threads --- web/templates/thread.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/templates/thread.html b/web/templates/thread.html index a2577f2..219016c 100644 --- a/web/templates/thread.html +++ b/web/templates/thread.html @@ -41,7 +41,7 @@ - {{ post.created_by }} {% if post.created_by.flair %}({{ post.created_by.flair }}) {% endif %} + {{ post.created_by }} {% if post.created_by.flair %}({{ post.created_by.flair }}) {% endif %}

joined {{ post.created_by.date_joined|naturaltime }}