From 440787ff673c10b93ad2d1f2d84658ee6a4a5c72 Mon Sep 17 00:00:00 2001 From: posativ Date: Sun, 28 Oct 2012 00:57:31 +0200 Subject: [PATCH] fix Augenkrebs in dashboard --- isso/templates/admin.mako | 4 ++-- isso/templates/base.mako | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/isso/templates/admin.mako b/isso/templates/admin.mako index 6137460..d1cb2a5 100644 --- a/isso/templates/admin.mako +++ b/isso/templates/admin.mako @@ -27,9 +27,9 @@ <%def name="make(comment)"> -
+
-

${comment.path}

+ ${strftime('%a %d %B %Y', gmtime(comment.created))} % if comment.website: diff --git a/isso/templates/base.mako b/isso/templates/base.mako index 938212c..c204ffa 100644 --- a/isso/templates/base.mako +++ b/isso/templates/base.mako @@ -6,6 +6,7 @@ +