Add Kosovo to country list

This commit is contained in:
Raphael Michel
2020-08-31 13:22:42 +02:00
parent 2d5768aa20
commit 5e212c83e4

View File

@@ -726,3 +726,7 @@ OAUTH2_PROVIDER = {
'ROTATE_REFRESH_TOKEN': False,
}
COUNTRIES_OVERRIDE = {
'XK': _('Kosovo'),
}