Ejemplo n.º 1
0
 def append_pollform_fields(self, fields):
     CountInvalid.append_pollform_fields(self, fields)
     CountVotesCast.append_pollform_fields(self, fields)
Ejemplo n.º 2
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)
Ejemplo n.º 3
0
 def append_pollform_fields(self, fields):
     CountInvalid.append_pollform_fields(self, fields)
     CountVotesCast.append_pollform_fields(self, fields)
Ejemplo n.º 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)