From cf4d359da6c17813582aaf1f876a926964f01119 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 30 Mar 2015 00:31:29 +0200 Subject: [PATCH] fireinfo: Don't sort the remaining country by alphabet --- webapp/ui_modules.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/webapp/ui_modules.py b/webapp/ui_modules.py index 832d4e3b..b85fac47 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) -- 2.47.3