Files
caminus/templates/forums/_post_children.html
2012-03-03 22:09:40 -05:00

14 lines
295 B
HTML

{% load markup %}
{% load minecraft %}
<a name="reply-{{post.id}}"></a>
<div class="forum-post-user">
{%avatar post.user%}
{{post.user}}
</div>
<div class="forum-post-content">
{{post.body|markdown:"safe"}}
<br style="clear:both"/>
</div>
<a href="{%url forums.views.reply post.id%}">Reply</a>