diff --git a/templates/users.tmpl b/templates/users.tmpl index 814425c..5dae974 100644 --- a/templates/users.tmpl +++ b/templates/users.tmpl @@ -6,7 +6,7 @@ Start nicht gewertet -% for u in sorted(userlist, key=lambda u:u.name[u.name.find(' '):].lower()): +% for u in sorted(userlist, key=lambda u:u.name[u.name.rfind(' '):].lower()): ${u.name}