diff --git a/templates/users.tmpl b/templates/users.tmpl index 0c58f20..9971306 100644 --- a/templates/users.tmpl +++ b/templates/users.tmpl @@ -4,7 +4,7 @@ Blog link Start Week -% for u in userlist: +% for u in sorted(userlist, key=lambda u:u.username): ${u.username}