@@ -37,6 +37,6 @@ class TallyNotificationEmailForm(forms.Form):
...
@@ -37,6 +37,6 @@ class TallyNotificationEmailForm(forms.Form):
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?')])
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?')])