mirror of
https://github.com/django/django.git
synced 2025-05-07 23:46:30 +00:00
Fixed indentation introduced in r16706.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16713 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
3256862f5f
commit
3a2e15abd9
@ -463,6 +463,7 @@ SI_POSTALCODES = [
|
|||||||
(9262, u'Roga\u0161ovci'),
|
(9262, u'Roga\u0161ovci'),
|
||||||
(9263, u'Kuzma'),
|
(9263, u'Kuzma'),
|
||||||
(9264, u'Grad'),
|
(9264, u'Grad'),
|
||||||
(9265, u'Bodonci')]
|
(9265, u'Bodonci'),
|
||||||
|
]
|
||||||
|
|
||||||
SI_POSTALCODES_CHOICES = sorted(SI_POSTALCODES, key=lambda k: k[1])
|
SI_POSTALCODES_CHOICES = sorted(SI_POSTALCODES, key=lambda k: k[1])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user