]> git.ipfire.org Git - ipfire.org.git/commitdiff
fireinfo: Don't sort the remaining country by alphabet
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 29 Mar 2015 22:31:29 +0000 (00:31 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 29 Mar 2015 22:31:29 +0000 (00:31 +0200)
webapp/ui_modules.py

index 832d4e3ba566519517c277a876b248b4a4655c69..b85fac47fcd6b6e91908a65e009fe5f7129818ad 100644 (file)
@@ -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)