diff options
Diffstat (limited to 'ishtar_common/models.py')
-rw-r--r-- | ishtar_common/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/models.py b/ishtar_common/models.py index fd3a49789..9adf148b6 100644 --- a/ishtar_common/models.py +++ b/ishtar_common/models.py @@ -1479,7 +1479,7 @@ class IshtarSiteProfile(models.Model, Cached): account_naming_style = models.CharField( _("Naming style for accounts"), max_length=2, - default="NF", + default="FN", choices=ACCOUNT_NAMING_STYLE, ) default_center = models.PointField( |