election_day.views.manage.election_compounds
Functions
|
View a list of all election compoundss. |
|
Create a new election compound. |
|
Edit an existing election compound. |
|
Clear the results of an election ompound. |
|
Deletes alls SVGs and PDFs of this election compound. |
|
Delete an existing election compound. |
|
Trigger the notifications related to an election. |
Module Contents
- election_day.views.manage.election_compounds.view_election_compounds(self: onegov.election_day.collections.ElectionCompoundCollection, request: onegov.election_day.request.ElectionDayRequest) onegov.core.types.RenderData [source]
View a list of all election compoundss.
- election_day.views.manage.election_compounds.create_election_compound(self: onegov.election_day.collections.ElectionCompoundCollection, request: onegov.election_day.request.ElectionDayRequest, form: onegov.election_day.forms.ElectionCompoundForm) RenderData | Response [source]
Create a new election compound.
- election_day.views.manage.election_compounds.edit_election_compound(self: onegov.election_day.models.ElectionCompound, request: onegov.election_day.request.ElectionDayRequest, form: onegov.election_day.forms.ElectionCompoundForm) RenderData | Response [source]
Edit an existing election compound.
- election_day.views.manage.election_compounds.clear_election_compound(self: onegov.election_day.models.ElectionCompound, request: onegov.election_day.request.ElectionDayRequest, form: onegov.election_day.forms.ClearResultsForm) RenderData | Response [source]
Clear the results of an election ompound.
- election_day.views.manage.election_compounds.clear_election_compound_media(self: onegov.election_day.models.ElectionCompound, request: onegov.election_day.request.ElectionDayRequest, form: onegov.election_day.forms.EmptyForm) RenderData | Response [source]
Deletes alls SVGs and PDFs of this election compound.
- election_day.views.manage.election_compounds.delete_election_compound(self: onegov.election_day.models.ElectionCompound, request: onegov.election_day.request.ElectionDayRequest, form: onegov.election_day.forms.EmptyForm) RenderData | Response [source]
Delete an existing election compound.
- election_day.views.manage.election_compounds.trigger_election(self: onegov.election_day.models.ElectionCompound, request: onegov.election_day.request.ElectionDayRequest, form: onegov.election_day.forms.TriggerNotificationForm) RenderData | Response [source]
Trigger the notifications related to an election.