From d285d55515a640632b12f47289253f9bd9e0f3e9 Mon Sep 17 00:00:00 2001 From: Sander Ferdinand Date: Wed, 4 Jul 2018 01:22:09 +0200 Subject: [PATCH] Fixes timestamp for nested comments --- wowfunding/templates/comments.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wowfunding/templates/comments.html b/wowfunding/templates/comments.html index d7e2cec..678398d 100644 --- a/wowfunding/templates/comments.html +++ b/wowfunding/templates/comments.html @@ -46,7 +46,7 @@ - {{c.date_added.strftime('%Y-%m-%d %H:%M')}} + {{_c.date_added.strftime('%Y-%m-%d %H:%M')}}
{{_c.message}}