Automated merge with ssh://oshahn.de/openslides

This commit is contained in:
Oskar Hahn 2011-09-03 12:26:22 +02:00
commit e81de0fa48

View File

@ -23,7 +23,7 @@ class AssignmentForm(ModelForm):
class Meta:
model = Assignment
exclude = ('status', 'profile')
exclude = ('status', 'profile', 'elected')
class AssignmentRunForm(Form):