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

removed bboard url

parent 06fbfc2e
Branches
Tags
No related merge requests found
...@@ -35,7 +35,7 @@ urlpatterns = patterns('', ...@@ -35,7 +35,7 @@ urlpatterns = patterns('',
(r'^/view$', one_election_view), (r'^/view$', one_election_view),
(r'^/result$', one_election_result), (r'^/result$', one_election_result),
(r'^/result_proof$', one_election_result_proof), (r'^/result_proof$', one_election_result_proof),
(r'^/bboard$', one_election_bboard), # (r'^/bboard$', one_election_bboard),
(r'^/audited-ballots/$', one_election_audited_ballots), (r'^/audited-ballots/$', one_election_audited_ballots),
# server-side encryption # server-side encryption
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment