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

single election updates

parent d96ef95e
No related branches found
No related tags found
No related merge requests found
......@@ -144,3 +144,6 @@ SINGLE_ELECTION_PARAMS = {
'use_voter_aliases': True
}
# FOOTER links
FOOTER_LINKS = [{'url':'http://usg.princeton.edu/elections', 'text':'USG Elections Center'}]
logo.gif
footer-logo.gif
\ No newline at end of file
File added
......@@ -22,7 +22,7 @@ body {
}
#header {
padding-top: 0px;
padding-top: 20px;
text-align: center;
padding-bottom: 20px;
}
......
......@@ -45,12 +45,16 @@
</div>
<div id="footer">
<span style="float:right;">
<img src="/static/footer-logo.gif" />
</span>
{% if user %}
logged in as {{user.user_id}}@{{user.user_type}} [<a href="{% url auth.views.logout %}">logout</a>]
logged in as {{user.user_id}} [<a href="{% url auth.views.logout %}">logout</a>]<br />
{% else %}
{% endif %}
</span>
<a href="http://heliosvoting.org">About Helios</a> |
<a href="http://heliosvoting.org">About Helios</a>
{% for footer_link in settings.FOOTER_LINKS %}
| <a href="{{ footer_link.url }}">{{footer_link.text}}</a>
{% endfor %}
<br clear="right" />
</div>
......
......@@ -8,13 +8,12 @@
{% block content %}
<p>
Welcome to the {{settings.SITE_TITLE}} Server.
Welcome to the {{settings.SITE_TITLE}} system!
</p>
<p>
This site uses the <a href="http://heliosvoting.org">Helios Voting System</a> to enable individual voters
to verify that their vote was correctly captured and tallied. Helios is a type of open-audit voting system,
also called an end-to-end voting system.
Helios is a revolutionary voting system that empowers voters to verify that their votes were correctly tallied.<br />
Learn more about Helios, and why secure voting matters, <a href="http://heliosvoting.org">here</a>.
</p>
<p style="font-size: 1.4em;">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment