send_to=forms.ChoiceField(label="Send To",choices=[('all','all voters'),('voted','only voters who cast a ballot')])
send_to=forms.ChoiceField(label="Send To",choices=[('all','all voters'),('voted','only voters who cast a ballot'),('none','no one -- are you sure about this?')])