From 58d5e2d49a499db0044efd8d050ff425448c42d6 Mon Sep 17 00:00:00 2001 From: Kadir Topal Date: Wed, 4 Sep 2013 19:50:45 +0200 Subject: [PATCH] [Bug 625898] Link timestamp to specific post in question --- kitsune/questions/templates/questions/includes/answer.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kitsune/questions/templates/questions/includes/answer.html b/kitsune/questions/templates/questions/includes/answer.html index 95848ecc0..66b851e76 100644 --- a/kitsune/questions/templates/questions/includes/answer.html +++ b/kitsune/questions/templates/questions/includes/answer.html @@ -29,7 +29,8 @@ {% if answer.id %}
{{ _('Posted') }}
- {{ datetimeformat(answer.created) }} + {{ datetimeformat(answer + .created) }}
{% endif %}