Remove duplicate item div

This commit is contained in:
Trever Fischer
2012-04-23 12:00:36 -04:00
parent 8fba71a8e7
commit 1a76d6a0d1

View File

@@ -34,7 +34,6 @@ Home
{%endblock%}
{%block content %}
<div class="item">
<div class="topic">
<div class="avatar">{% avatar topic.rootPost.user 32 %}</div>
<h2>{{topic.title}}</h2>
@@ -42,5 +41,4 @@ Home
</div>
<br style="clear:both;"/>
{% include "forums/_post.html" with post=topic.rootPost %}
</div>
{%endblock%}