diff options
| author | Matt Deacalion Stevens <matt@dirtymonkey.co.uk> | 2013-07-19 06:46:08 +0100 |
|---|---|---|
| committer | Matt Deacalion Stevens <matt@dirtymonkey.co.uk> | 2013-07-19 09:01:13 +0100 |
| commit | 97e5398629e36a84d3553dbe7d6eeeaa7d87ae30 (patch) | |
| tree | 712ccd4d06a643827551df0a9844c59b0429d55c | |
| parent | 2fc6c9472cd25910f978fe1d18de5c350370f901 (diff) | |
Fix Croatia's country code in `localflavor` docs
Croatia's country code is 'HR', not 'CR'.
| -rw-r--r-- | docs/topics/localflavor.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/localflavor.txt b/docs/topics/localflavor.txt index 8ae435463d..8bc8b2f9e3 100644 --- a/docs/topics/localflavor.txt +++ b/docs/topics/localflavor.txt @@ -48,7 +48,7 @@ The following countries have django-localflavor- packages. * Chile: https://github.com/django/django-localflavor-cl * China: https://github.com/django/django-localflavor-cn * Colombia: https://github.com/django/django-localflavor-co -* Croatia: https://github.com/django/django-localflavor-cr +* Croatia: https://github.com/django/django-localflavor-hr * Czech Republic: https://github.com/django/django-localflavor-cz * Ecuador: https://github.com/django/django-localflavor-ec * Finland: https://github.com/django/django-localflavor-fi |
