diff --git a/templates/forums/topic.html b/templates/forums/topic.html index 8986bb2..ca1ded1 100644 --- a/templates/forums/topic.html +++ b/templates/forums/topic.html @@ -34,7 +34,6 @@ Home {%endblock%} {%block content %} -
{% avatar topic.rootPost.user 32 %}

{{topic.title}}

@@ -42,5 +41,4 @@ Home

{% include "forums/_post.html" with post=topic.rootPost %} -
{%endblock%}