Sort users by username.

This commit is contained in:
Nelson Elhage 2009-12-30 11:05:22 -05:00
parent f11af58675
commit f9c9b151ad
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<th>Blog link</th>
<th>Start Week</th>
</tr>
% for u in userlist:
% for u in sorted(userlist, key=lambda u:u.username):
<tr>
<td><tt> ${u.username} </tt></td>
<td>