Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
jaster
Respect My Net
Commits
2feef41b
Commit
2feef41b
authored
Apr 22, 2017
by
okhin
🚴
Browse files
Merge branch 'FixedCountryIssue55and58' into 'master'
fixed country list issues 55 and 58 See merge request
!46
parents
6f8dfa36
26edb2d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
bt/models.py
View file @
2feef41b
...
...
@@ -7,6 +7,7 @@ COUNTRIES = (
(
'BE'
,
_
(
'Belgium'
)),
(
'BG'
,
_
(
'Bulgaria'
)),
(
'CH'
,
_
(
'Switzerland'
)),
(
'CR'
,
_
(
'Croatia'
)),
(
'CZ'
,
_
(
'Czech Republic'
)),
(
'DK'
,
_
(
'Denmark'
)),
(
'DE'
,
_
(
'Germany'
)),
...
...
@@ -16,7 +17,6 @@ COUNTRIES = (
(
'ES'
,
_
(
'Spain'
)),
(
'FR'
,
_
(
'France'
)),
(
'IC'
,
_
(
'Iceland'
)),
(
'IS'
,
_
(
'Iceland'
)),
(
'IT'
,
_
(
'Italy'
)),
(
'CY'
,
_
(
'Cyprus'
)),
(
'LI'
,
_
(
'Liechtenstein'
)),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment