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

updated emailing of voters

parent b1d3c5f9
No related branches found
No related tags found
No related merge requests found
Subproject commit 4784ae26c129ef1d03f001df536fe4603fe8fbc5 Subproject commit 2bcebf8949da22a5b66126abab6aec1965cbe2a7
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
{% endblock %} {% endblock %}
<script language="javascript" src="/static/helios/helios/jquery-1.2.2.min.js"></script> <script language="javascript" src="/static/helios/helios/jquery-1.2.2.min.js"></script>
<script language="javascript" src="/static/helios/helios/jquery.json.min.js"></script>
{% block js %} {% block js %}
{% endblock %} {% endblock %}
......
...@@ -11,12 +11,9 @@ ...@@ -11,12 +11,9 @@
Welcome to the {{settings.SITE_TITLE}} system! Welcome to the {{settings.SITE_TITLE}} system!
</p> </p>
<!--
<p> <p>
Helios is a revolutionary voting system that empowers voters to verify that their votes were correctly tallied.<br /> {{settings.WELCOME_MESSAGE|safe}}
Learn more about Helios, and why secure voting matters, <a href="http://heliosvoting.org">here</a>.
</p> </p>
-->
{% if create_p %} {% if create_p %}
<a href="{% url helios.views.election_new %}">create election</a> <a href="{% url helios.views.election_new %}">create election</a>
......
...@@ -149,3 +149,4 @@ SINGLE_ELECTION_PARAMS = { ...@@ -149,3 +149,4 @@ SINGLE_ELECTION_PARAMS = {
FOOTER_LINKS = [{'url':'http://usg.princeton.edu/elections', 'text':'USG Elections Center'}] FOOTER_LINKS = [{'url':'http://usg.princeton.edu/elections', 'text':'USG Elections Center'}]
FOOTER_LOGO = False FOOTER_LOGO = False
WELCOME_MESSAGE = "welcome"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment