Use correct user for profile tiles in forums

This commit is contained in:
Trever Fischer
2012-04-21 13:21:06 -04:00
parent 9d83a5b19c
commit 4d17755cb1

View File

@@ -1,7 +1,7 @@
{% load markup %}
<div class="post">
<a name="reply-{{post.id}}"></a>
{% include "_profile_tile.html" %}
{% include "_profile_tile.html" with user=post.user %}
<div class="dateline">
Posted {{post.created}}
{% if post.created != post.updated %}