]> git.ipfire.org Git - ipfire.org.git/blobdiff - src/backend/countries.py
people: Show pending registrations
[ipfire.org.git] / src / backend / countries.py
index d5a898fb8b9d5ad20069ae5d42251a4824a92f02..782c3fe1e6738c879074add52389c1624834d7c5 100644 (file)
@@ -40,6 +40,38 @@ ZONES = {
                        "PF", "PG", "PN", "PW", "SB", "TK", "TO", "TV", "UM", "VU", "WF", "WS"],
 }
 
+EU_COUNTRIES = (
+       "BE",
+       "BG",
+       "CZ",
+       "DK",
+       "DE",
+       "EE",
+       "IE",
+       "EL",
+       "ES",
+       "FR",
+       "FR",
+       "GB",
+       "HR",
+       "IT",
+       "CY",
+       "LV",
+       "LT",
+       "LU",
+       "HU",
+       "MT",
+       "NL",
+       "AT",
+       "PL",
+       "PT",
+       "RO",
+       "SI",
+       "SK",
+       "FI",
+       "SE",
+)
+
 def get_name(code):
        try:
                return iso3166.countries_by_alpha2[code].name