region adjustments
This commit is contained in:
Родитель
72554c8b81
Коммит
72dc347cee
|
@ -211,6 +211,10 @@ body[data-page-type="alpha"] {
|
|||
background-image: url(../../img/mkt/icons/regions/br.png);
|
||||
}
|
||||
|
||||
.region-spain {
|
||||
background-image: url(../../img/mkt/icons/regions/es.png);
|
||||
}
|
||||
|
||||
.region-uk {
|
||||
background-image: url(../../img/mkt/icons/regions/uk.png);
|
||||
}
|
||||
|
|
|
@ -79,6 +79,16 @@ class BR(REGION):
|
|||
has_payments = True
|
||||
|
||||
|
||||
class SPAIN(REGION):
|
||||
id = 8
|
||||
name = _lazy(u'Spain')
|
||||
slug = 'spain'
|
||||
default_currency = 'EUR'
|
||||
default_language = 'es'
|
||||
mcc = 214
|
||||
has_payments = True
|
||||
|
||||
|
||||
# Create a list of tuples like so (in alphabetical order):
|
||||
#
|
||||
# [('worldwide', <class 'mkt.constants.regions.WORLDWIDE'>),
|
||||
|
|
Загрузка…
Ссылка в новой задаче