Small email template update
[iron-blogger] / templates / users.tmpl
index 0c58f20f3359c909a13471552a73985e9874d14b..9971306f8aa2467ef20b8f77f6b5554c788425db 100644 (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>

Benjamin Mako Hill || Want to submit a patch?