Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Helios Server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TO
Helios Server
Commits
cd4f3481
Commit
cd4f3481
authored
Feb 1, 2010
by
Ben Adida
Browse files
Options
Downloads
Patches
Plain Diff
updated emailing of voters
parent
b1d3c5f9
No related branches found
No related tags found
No related merge requests found
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
helios
+1
-1
1 addition, 1 deletion
helios
server_ui/templates/base.html
+1
-0
1 addition, 0 deletions
server_ui/templates/base.html
server_ui/templates/index.html
+1
-4
1 addition, 4 deletions
server_ui/templates/index.html
settings.py.sample
+1
-0
1 addition, 0 deletions
settings.py.sample
with
4 additions
and
5 deletions
helios
@
2bcebf89
Compare
4784ae26
...
2bcebf89
Subproject commit
4784ae26c129ef1d03f001df536fe4603fe8fbc5
Subproject commit
2bcebf8949da22a5b66126abab6aec1965cbe2a7
This diff is collapsed.
Click to expand it.
server_ui/templates/base.html
+
1
−
0
View file @
cd4f3481
...
@@ -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 %}
...
...
This diff is collapsed.
Click to expand it.
server_ui/templates/index.html
+
1
−
4
View file @
cd4f3481
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
settings.py.sample
+
1
−
0
View file @
cd4f3481
...
@@ -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"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment