fix theatregroup form to save (occupation cant be plain m2m)

This commit is contained in:
Sanj 2012-08-29 15:41:41 +05:30
parent 9f4e5e8e7b
commit 39c10e84dc

View File

@ -139,7 +139,7 @@ class TheatreGroupForm(ItfForm):
class Meta:
model = TheatreGroup
exclude = ('added_by', 'locations',)
exclude = ('added_by', 'locations', 'nature_of_work',)