Commit 3a2e15ab authored by Jannis Leidel's avatar Jannis Leidel
Browse files

Fixed indentation introduced in r16706.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16713 bcc190cf-cafb-0310-a4f2-bffc1f526a37
parent 3256862f
Loading
Loading
Loading
Loading
+464 −463
Original line number Diff line number Diff line
@@ -463,6 +463,7 @@ SI_POSTALCODES = [
    (9262, u'Roga\u0161ovci'),
    (9263, u'Kuzma'),
    (9264, u'Grad'),
 (9265, u'Bodonci')]
    (9265, u'Bodonci'),
]

SI_POSTALCODES_CHOICES = sorted(SI_POSTALCODES, key=lambda k: k[1])