From 2c63adff66149d9152a848ec94067513fa18eb07 Mon Sep 17 00:00:00 2001 From: Norbert Kwizera Date: Wed, 11 Nov 2020 13:16:22 +0200 Subject: [PATCH] Regional site countries excluded from count for now --- ureport/settings_common.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ureport/settings_common.py b/ureport/settings_common.py index 9f3da6281..4c3266f50 100644 --- a/ureport/settings_common.py +++ b/ureport/settings_common.py @@ -1312,7 +1312,7 @@ name="Pacific", host="//pacific.ureport.in", flag="flag_pacific.png", - countries_codes=["COK", "FJI", "MHL", "NRU", "NIU", "PLW", "WSM", "TKL", "TON", "TUV", "VUT"], + countries_codes=["FJI"], # ["COK", "FJI", "MHL", "NRU", "NIU", "PLW", "WSM", "TKL", "TON", "TUV", "VUT"], count_link="http://pacific.ureport.in/count/", ), dict( @@ -1375,7 +1375,7 @@ name="South Asia", host="//southasia.ureport.in", flag="flag_south_asia.png", - countries_codes=["AFG", "BGD", "BTN", "IND", "MDV", "NPL", "PAK", "LKA"], + countries_codes=[], # ["AFG", "BGD", "BTN", "IND", "MDV", "NPL", "PAK", "LKA"], count_link="http://southasia.ureport.in/count/", ), dict(