From 4380bd20e44d9e839c3456dadefe4b45de5187ff Mon Sep 17 00:00:00 2001 From: eliott Date: Sat, 8 Mar 2008 17:45:19 -0800 Subject: Fix for time display on repo last update --- templates/devel/siteindex.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/devel/siteindex.html') diff --git a/templates/devel/siteindex.html b/templates/devel/siteindex.html index e97d915..3cbf08a 100644 --- a/templates/devel/siteindex.html +++ b/templates/devel/siteindex.html @@ -108,7 +108,7 @@ {% for repo in repos %} {{ repo.name }} - {{ repo.last_update }} + {{ repo.last_update|date:"Y-m-d H:i" }} {% endfor %} -- cgit v1.2.3-24-g4f1b