election_day.views.election.main
Functions
|
|
|
" The main view. |
|
" The main view as JSON. |
|
View the summary of the election as JSON. |
|
View the generated PDF. |
Module Contents
- election_day.views.election.main.view_election_head(self: onegov.election_day.models.Election, request: onegov.election_day.request.ElectionDayRequest) None [source]
- election_day.views.election.main.view_election(self: onegov.election_day.models.Election, request: onegov.election_day.request.ElectionDayRequest) webob.response.Response [source]
“ The main view.
- election_day.views.election.main.view_election_json(self: onegov.election_day.models.Election, request: onegov.election_day.request.ElectionDayRequest) onegov.core.types.JSON_ro [source]
“ The main view as JSON.