# HG changeset patch # User Sascha Teichmann # Date 1284111048 0 # Node ID a4bf8280ed0b5739cbc44da5533e8227130c0f5a # Parent b207d63f305a5be486e02a3836886d4bc083f6a5 sawmill: Sort treepkgs in overview by description diff -r b207d63f305a -r a4bf8280ed0b contrib/sawmill/web/templates/overview.html --- a/contrib/sawmill/web/templates/overview.html Thu Sep 09 16:18:54 2010 +0000 +++ b/contrib/sawmill/web/templates/overview.html Fri Sep 10 09:30:48 2010 +0000 @@ -70,7 +70,7 @@
...to WALD source code repository
<% -for treepkg, description in descriptions: +for treepkg, description in sorted(descriptions, key=lambda x: x[1]): # for all descriptions %>