mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 21:27:49 +02:00
Add a "None" country and "Europe" with flags
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user