Fixes timestamp for nested comments

This commit is contained in:
Sander Ferdinand 2018-07-04 01:22:09 +02:00
parent c5ef1699ad
commit d285d55515
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@
</span>
<span class="date_posted">
<a href="/proposal/{{proposal.id}}#comment-{{_c.id}}">
{{c.date_added.strftime('%Y-%m-%d %H:%M')}}
{{_c.date_added.strftime('%Y-%m-%d %H:%M')}}
</a>
</span><br>
{{_c.message}}