예제 #1
0
 def append_pollform_fields(self, fields):
     CountInvalid.append_pollform_fields(self, fields)
     CountVotesCast.append_pollform_fields(self, fields)
예제 #2
0
파일: models.py 프로젝트: fesp21/OpenSlides
 def append_pollform_fields(self, fields):
     """Apend the fields for invalid and votecast to the ModelForm."""
     CountInvalid.append_pollform_fields(self, fields)
     CountVotesCast.append_pollform_fields(self, fields)
예제 #3
0
파일: models.py 프로젝트: Shirk/OpenSlides
 def append_pollform_fields(self, fields):
     CountInvalid.append_pollform_fields(self, fields)
     CountVotesCast.append_pollform_fields(self, fields)
예제 #4
0
 def append_pollform_fields(self, fields):
     """Apend the fields for invalid and votecast to the ModelForm."""
     CountInvalid.append_pollform_fields(self, fields)
     CountVotesCast.append_pollform_fields(self, fields)