fixing avatars in threads

This commit is contained in:
Dominic DiTaranto 2026-04-13 18:06:20 -04:00
parent 8048142c1d
commit 1881241b6d

View file

@ -41,7 +41,7 @@
<tr> <tr>
<td style="border-right: 0px; text-align: center;"> <td style="border-right: 0px; text-align: center;">
<small> <small>
<a href="{% url 'user' post.created_by.id %}"><b>{{ post.created_by }}</b></a> {% if post.created_by.flair %}({{ post.created_by.flair }}) {% endif %} <a href="{% url 'user' post.created_by.id %}"><b>{{ post.created_by }}</b></a> {% if post.created_by.flair %}({{ post.created_by.flair }}) {% endif %}<br>
<img src="{{ post.created_by.avatar }}" alt="" class="avatar" style="margin-top: 5px;"><br> <img src="{{ post.created_by.avatar }}" alt="" class="avatar" style="margin-top: 5px;"><br>
joined {{ post.created_by.date_joined|naturaltime }} joined {{ post.created_by.date_joined|naturaltime }}
</small> </small>