Fix display of petition comment timestamps
This commit is contained in:
@@ -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"}}
|
||||
|
Reference in New Issue
Block a user