From: Michael Tremer Date: Sun, 29 Mar 2015 22:31:29 +0000 (+0200) Subject: fireinfo: Don't sort the remaining country by alphabet X-Git-Url: http://git.ipfire.org/?p=people%2Fshoehn%2Fipfire.org.git;a=commitdiff_plain;h=cf4d359da6c17813582aaf1f876a926964f01119 fireinfo: Don't sort the remaining country by alphabet --- diff --git a/webapp/ui_modules.py b/webapp/ui_modules.py index 832d4e3..b85fac4 100644 --- a/webapp/ui_modules.py +++ b/webapp/ui_modules.py @@ -120,9 +120,6 @@ class FireinfoGeoTableModule(UIModule): }) countries.append(country) - # Sort the list of small countries by alphabet - other_countries.sort() - return self.render_string("fireinfo/modules/table-geo.html", countries=countries, other_countries=other_countries)