mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 05:07:50 +02:00
Add a "None" country and "Europe" with flags
This commit is contained in:
BIN
ram/portal/static/flags/eu.gif
Normal file
BIN
ram/portal/static/flags/eu.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 120 B |
BIN
ram/portal/static/flags/xx.gif
Normal file
BIN
ram/portal/static/flags/xx.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 72 B |
@@ -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