Fixed #1240 (No assignment poll form fields for votes invalid and votes cast)
This commit is contained in:
parent
f2d6825b3b
commit
579c9d49f0
@ -321,3 +321,4 @@ class AssignmentPoll(RelatedModelMixin, CollectInvalid, CollectVotesCast,
|
||||
|
||||
def append_pollform_fields(self, fields):
|
||||
fields.append('description')
|
||||
super(AssignmentPoll, self).append_pollform_fields(fields)
|
||||
|
Loading…
Reference in New Issue
Block a user