mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Get rid of User.givenname and User.familyname
This commit is contained in:
@@ -39,8 +39,7 @@ class UserSettingsForm(forms.ModelForm):
|
||||
class Meta:
|
||||
model = User
|
||||
fields = [
|
||||
'givenname',
|
||||
'familyname',
|
||||
'fullname',
|
||||
'locale',
|
||||
# 'timezone',
|
||||
'email'
|
||||
|
||||
Reference in New Issue
Block a user