Skip to content

Commit

Permalink
fixed the situation with helios-managed elections
Browse files Browse the repository at this point in the history
  • Loading branch information
benadida committed Aug 16, 2008
1 parent bea9efa commit 3c1589d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.yaml
Expand Up @@ -10,7 +10,7 @@ indexes:
# automatically uploaded to the admin console when you next deploy
# your application using appcfg.py.

# Used 5 times in query history.
# Used 6 times in query history.
- kind: ElectionExponent
properties:
- name: election
Expand Down
4 changes: 4 additions & 0 deletions templates/election/one.tmpl
Expand Up @@ -27,8 +27,12 @@
<li> <a href="freeze"><em>freeze</em> election and start voting.</a></li>
#else
#if not $election.encrypted_tally and not $result
#if $election.get_sk()
<li> <a href="drive_tally_chunk">compute tally</a></li>
#else
<li> <a href="drive_tally">compute tally</a></li>
#end if
#end if

#if $election.encrypted_tally and not $result
<li> <a href="decrypt_and_prove">decrypt and prove</a></li>
Expand Down

0 comments on commit 3c1589d

Please sign in to comment.