From e64f28181df51077beb2ea6893da800cca484b91 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Sun, 23 Jan 2011 18:54:37 +0200 Subject: fixed minute bug --- templates/main.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/main.html b/templates/main.html index 9e8a544..f408c7b 100644 --- a/templates/main.html +++ b/templates/main.html @@ -56,7 +56,7 @@
- {{ m.date|date:'H:m, d M Y' }} + {{ m.date|date:'H:i, d M Y' }} {{ m.comment }}
-- cgit v1.3.1