From 18349eb44b199c20d3645dc7e290f2b0f7cc8563 Mon Sep 17 00:00:00 2001
From: Ben Adida <ben@adida.net>
Date: Thu, 22 Sep 2011 22:29:24 -0700
Subject: [PATCH] fixed wording of template example

---
 helios/views.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helios/views.py b/helios/views.py
index d264c91..ef097a5 100644
--- a/helios/views.py
+++ b/helios/views.py
@@ -1248,7 +1248,7 @@ def voters_email(request, election):
       'election_url' : election_url,
       'election_vote_url' : election_vote_url,
       'custom_subject' : default_subject,
-      'custom_message': '&lt;YOUR MESSAGE HERE&gt;',
+      'custom_message': '&lt;BODY&gt;',
       'voter': {'vote_hash' : '<SMART_TRACKER>',
                 'name': '<VOTER_NAME>',
                 'voter_login_id': '<VOTER_LOGIN_ID>',
-- 
GitLab