Fix display of petition comment timestamps

This commit is contained in:
Trever Fischer
2012-08-28 12:29:25 -04:00
parent 31097720b8
commit c80943b7dd

View File

@@ -39,7 +39,7 @@ Created {{petition.created}}
{% include "_profile_tile.html" with user=comment.author %}
<div class="dateline">
<br />
Created {{petition.created}}
Created {{comment.created}}
</div>
<div class="forum-post-content">
{{comment.body|markdown:"safe"}}