Select correct locale and timezone

This commit is contained in:
Raphael Michel
2014-09-14 15:10:34 +02:00
parent 0226b12840
commit fb07769223
8 changed files with 189 additions and 3 deletions

View File

@@ -50,6 +50,7 @@ class TixlUserAdmin(UserAdmin):
fieldsets = (
(None, {'fields': ('identifier', 'event', 'username', 'password')}),
(_('Personal info'), {'fields': ('familyname', 'givenname', 'email')}),
(_('Locale'), {'fields': ('locale', 'timezone')}),
(_('Permissions'), {'fields': ('is_active', 'is_staff',
'groups', 'user_permissions')}),
)