fix theatregroup form to save (occupation cant be plain m2m)
This commit is contained in:
parent
9f4e5e8e7b
commit
39c10e84dc
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ class TheatreGroupForm(ItfForm):
|
|||
|
||||
class Meta:
|
||||
model = TheatreGroup
|
||||
exclude = ('added_by', 'locations',)
|
||||
exclude = ('added_by', 'locations', 'nature_of_work',)
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue