mirror of
https://github.com/daniviga/django-ram.git
synced 2026-09-10 02:37:58 +02:00
Add a "None" country and "Europe" with flags
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 120 B |
Binary file not shown.
|
After Width: | Height: | Size: 72 B |
+2
-1
@@ -145,7 +145,8 @@ MEDIA_ROOT = STORAGE_DIR / "media"
|
|||||||
CKEDITOR_UPLOAD_PATH = "uploads/"
|
CKEDITOR_UPLOAD_PATH = "uploads/"
|
||||||
|
|
||||||
COUNTRIES_OVERRIDE = {
|
COUNTRIES_OVERRIDE = {
|
||||||
"ZZ": "Freelance",
|
"EU": "Europe",
|
||||||
|
"XX": "None",
|
||||||
}
|
}
|
||||||
|
|
||||||
# Image used on cards without a custom image uploaded.
|
# Image used on cards without a custom image uploaded.
|
||||||
|
|||||||
Reference in New Issue
Block a user