From 6b83d69d87e677b7c146ebb2baccee035afdd61c Mon Sep 17 00:00:00 2001 From: Thomas Renger Date: Wed, 17 Oct 2012 13:39:34 +0200 Subject: [PATCH] why was there a ':'? --- templates/week.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/week.tmpl b/templates/week.tmpl index 356a1b5..5f31acc 100644 --- a/templates/week.tmpl +++ b/templates/week.tmpl @@ -1,4 +1,4 @@ -Zusammenfassung der Woche ab ${week_start.strftime("%d.%m.%Y")}: +Zusammenfassung der Woche ab ${week_start.strftime("%d.%m.%Y")}

Die Fleißigen:

% for u in sorted(userlist, key=lambda u:u.name[u.name.rfind(' '):].lower()):