Add a "None" country and "Europe" with flags

This commit is contained in:
2023-10-28 13:55:21 +02:00
parent 7ec8baf733
commit ec8684dbc0
3 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 B

View File

@@ -145,7 +145,8 @@ MEDIA_ROOT = STORAGE_DIR / "media"
CKEDITOR_UPLOAD_PATH = "uploads/"
COUNTRIES_OVERRIDE = {
"ZZ": "Freelance",
"EU": "Europe",
"XX": "None",
}
# Image used on cards without a custom image uploaded.