12 | | PROVINCE_CHOICES = ( |
13 | | ('AB', 'Alberta'), |
14 | | ('BC', 'British Columbia'), |
15 | | ('MB', 'Manitoba'), |
16 | | ('NB', 'New Brunswick'), |
17 | | ('NF', 'Newfoundland and Labrador'), |
18 | | ('NT', 'Northwest Territories'), |
19 | | ('NS', 'Nova Scotia'), |
20 | | ('NU', 'Nunavut'), |
21 | | ('ON', 'Ontario'), |
22 | | ('PE', 'Prince Edward Island'), |
23 | | ('QC', 'Quebec'), |
24 | | ('SK', 'Saskatchewan'), |
25 | | ('YK', 'Yukon') |
| 12 | PROVINCE_CHOICES = ( |
| 13 | ('AB', 'Alberta'), |
| 14 | ('BC', 'British Columbia'), |
| 15 | ('MB', 'Manitoba'), |
| 16 | ('NB', 'New Brunswick'), |
| 17 | ('NL', 'Newfoundland and Labrador'), |
| 18 | ('NT', 'Northwest Territories'), |
| 19 | ('NS', 'Nova Scotia'), |
| 20 | ('NU', 'Nunavut'), |
| 21 | ('ON', 'Ontario'), |
| 22 | ('PE', 'Prince Edward Island'), |
| 23 | ('QC', 'Quebec'), |
| 24 | ('SK', 'Saskatchewan'), |
| 25 | ('YK', 'Yukon') |