Skip to content

Commit

Permalink
Update possible SOC countries based on the ISO 3166-1 alpha-3 standard
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegv committed Mar 12, 2014
1 parent e7ac697 commit c53b71c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions views/socForm.jade
Expand Up @@ -70,7 +70,7 @@ block pageContent
option(value="KHM",selected=(soc.isocountry=="KHM")) Cambodia
option(value="CMR",selected=(soc.isocountry=="CMR")) Cameroon
option(value="CAN",selected=(soc.isocountry=="CAN")) Canada
option(value="CPV",selected=(soc.isocountry=="CPV")) Cape Verde
option(value="CPV",selected=(soc.isocountry=="CPV")) Cabo Verde
option(value="CYM",selected=(soc.isocountry=="CYM")) Cayman Islands
option(value="CAF",selected=(soc.isocountry=="CAF")) Central African Republic
option(value="TCD",selected=(soc.isocountry=="TCD")) Chad
Expand Down Expand Up @@ -199,7 +199,7 @@ block pageContent
option(value="OMN",selected=(soc.isocountry=="OMN")) Oman
option(value="PAK",selected=(soc.isocountry=="PAK")) Pakistan
option(value="PLW",selected=(soc.isocountry=="PLW")) Palau
option(value="PSE",selected=(soc.isocountry=="PSE")) Palestinian Territory, Occupied
option(value="PSE",selected=(soc.isocountry=="PSE")) State of Palestine
option(value="PAN",selected=(soc.isocountry=="PAN")) Panama
option(value="PNG",selected=(soc.isocountry=="PNG")) Papua New Guinea
option(value="PRY",selected=(soc.isocountry=="PRY")) Paraguay
Expand Down Expand Up @@ -236,6 +236,7 @@ block pageContent
option(value="SOM",selected=(soc.isocountry=="SOM")) Somalia
option(value="ZAF",selected=(soc.isocountry=="ZAF")) South Africa
option(value="SGS",selected=(soc.isocountry=="SGS")) South Georgia and the South Sandwich Islands
option(value="SSD",selected=(soc.isocountry=="SSD")) South Sudan
option(value="ESP",selected=(soc.isocountry=="ESP")) Spain
option(value="LKA",selected=(soc.isocountry=="LKA")) Sri Lanka
option(value="SDN",selected=(soc.isocountry=="SDN")) Sudan
Expand Down Expand Up @@ -343,7 +344,7 @@ block pageContent
option(value="KHM") Cambodia
option(value="CMR") Cameroon
option(value="CAN") Canada
option(value="CPV") Cape Verde
option(value="CPV") Cabo Verde
option(value="CYM") Cayman Islands
option(value="CAF") Central African Republic
option(value="TCD") Chad
Expand Down Expand Up @@ -472,7 +473,7 @@ block pageContent
option(value="OMN") Oman
option(value="PAK") Pakistan
option(value="PLW") Palau
option(value="PSE") Palestinian Territory, Occupied
option(value="PSE") State of Palestine
option(value="PAN") Panama
option(value="PNG") Papua New Guinea
option(value="PRY") Paraguay
Expand Down Expand Up @@ -509,6 +510,7 @@ block pageContent
option(value="SOM") Somalia
option(value="ZAF") South Africa
option(value="SGS") South Georgia and the South Sandwich Islands
option(value="SSD") South Sudan
option(value="ESP") Spain
option(value="LKA") Sri Lanka
option(value="SDN") Sudan
Expand Down

0 comments on commit c53b71c

Please sign in to comment.