From 4d89ccefb519cad88d2188dc06beb64ace0243ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Thu, 15 Nov 2012 18:48:38 +0100 Subject: [PATCH] Add time to comments in edit_post.html --- templates/edit_post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/edit_post.html b/templates/edit_post.html index 227688e..561c56c 100644 --- a/templates/edit_post.html +++ b/templates/edit_post.html @@ -18,7 +18,7 @@ {% for comment in comments %}
- #{{ comment.id }} {{ comment.author }} {{ comment.email|default:"no mail" }} {{ comment.date|date:"D d M Y" }} delete + #{{ comment.id }} {{ comment.author }} {{ comment.email|default:"no mail" }} {{ comment.date|date:"D d M Y H:m" }} delete
{{ comment.the_comment }}