remove user field from profile form
This commit is contained in:
parent
121662a1ab
commit
d945f1f3ff
|
@ -196,7 +196,7 @@ class PersonForm(ItfForm):
|
||||||
|
|
||||||
|
|
||||||
class Meta:
|
class Meta:
|
||||||
exclude = ('connections', 'productions', 'groups', 'last_accessed', 'occupations',)
|
exclude = ('user', 'connections', 'productions', 'groups', 'last_accessed', 'occupations',)
|
||||||
model = Person
|
model = Person
|
||||||
widgets = {
|
widgets = {
|
||||||
'first_name': forms.TextInput,
|
'first_name': forms.TextInput,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user