mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Select correct locale and timezone
This commit is contained in:
@@ -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')}),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user