Fixed wrong country code for A(U)T.

This commit is contained in:
2018-01-30 23:22:14 +01:00
parent e1810b64a0
commit 97ad516c09
2 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ class ChoiceSet(object):
class CountryChoiceSet(Countries):
first = ['DE', 'AUT', 'CH', 'FR', 'IT']
first = ['DE', 'AT', 'CH', 'FR', 'IT']
first_repeat = True
first_break = '--'