fixing avatars in threads
This commit is contained in:
parent
8048142c1d
commit
1881241b6d
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@
|
|||
<tr>
|
||||
<td style="border-right: 0px; text-align: center;">
|
||||
<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>
|
||||
joined {{ post.created_by.date_joined|naturaltime }}
|
||||
</small>
|
||||
|
|
|
|||
Loading…
Reference in a new issue