From 45ff85c6de31048834634abde48f78a88be92ab1 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 9 May 2021 22:58:29 +0100 Subject: [PATCH] Sort cities --- webapp_profile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/webapp_profile.py b/webapp_profile.py index 28db953dd..e02201a46 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -1787,6 +1787,7 @@ def htmlEditProfile(cssCache: {}, translate: {}, baseDir: str, path: str, cities = [] with open(locationsFilename, "r") as f: cities = f.readlines() + cities.sort() editProfileForm += '