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:
Jannis Leidel 2011-08-30 12:11:09 +00:00
parent 3256862f5f
commit 3a2e15abd9
1 changed files with 464 additions and 463 deletions

View File

@ -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])