Skip to content
Snippets Groups Projects
Commit 49713240 authored by Ben Adida's avatar Ben Adida
Browse files

added the glue for emailing voters

parent 3702666f
No related branches found
No related tags found
No related merge requests found
......@@ -2,3 +2,4 @@
This django app is meant only to connect the pieces of Helios and Auth to present a clean UI
"""
import glue
......@@ -39,8 +39,6 @@ Your voter alias is : %s
# send it via the notification system associated with the auth system
user.send_message(subject, body)
import logging
logging.error("connecting the vote_cast signal")
helios.signals.vote_cast.connect(vote_cast_send_message)
def election_tallied(election, **kwargs):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment