From fd626df0ab36b75121fb4aaad9c1e2f497899d77 Mon Sep 17 00:00:00 2001 From: "Marcus \"Chaosblog" Date: Thu, 19 Jan 2012 19:46:33 +0100 Subject: [PATCH] changed layout of usertable added name support --- templates/users.tmpl | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/templates/users.tmpl b/templates/users.tmpl index 9971306..acbcaf1 100644 --- a/templates/users.tmpl +++ b/templates/users.tmpl @@ -1,13 +1,15 @@ - +
+ % for u in sorted(userlist, key=lambda u:u.username): - - + + - + + % endfor
WhoTwitter Blog link Start Week
${u.username} + ${u.name}@${u.username} % if u.links: % for a in u.links: ${a[0]} @@ -16,7 +18,8 @@ Undecided % endif ${u.start} ${u.start_de}