- 08 Feb, 2022 1 commit
-
-
Kristin Riebe authored
start with management view for ElectionGroup
-
- 04 Feb, 2022 2 commits
-
-
Kristin Riebe authored
Option for displaying section and role for candidates for each election (in candidate list, voting form, results list); Add space in <title> of templates
-
Kristin Riebe authored
Implement option for yes/no choice if there is only one candidate in an election (use different form, if this option is enabled; take care of correctly counting and displaying and validating results); add results page for election group
-
- 28 Jan, 2022 4 commits
-
-
Kristin Riebe authored
Implement ElectionGroup to link elections that belong together; allows to send one invitation email with multiple links/tokens for each person (used for equality officer elections)
-
Kristin Riebe authored
Allow to copy voters from one election to another via a new management command (useful for elections within the same "group")
-
Kristin Riebe authored
-
Kristin Riebe authored
-
- 26 Jan, 2022 1 commit
-
-
Kristin Riebe authored
Remove dependency on pathlib and Path in base.py (may cause problems when installing or with wsgi script)
-
- 06 Dec, 2021 1 commit
-
-
Kristin Riebe authored
Use English AND German form link as well as date for invitation mail (prepare correct link and date string in view)
-
- 03 Dec, 2021 4 commits
-
-
Kristin Riebe authored
Add 'highlights' to context of form view and preview, so minfo text on highlighted candidates is being shown
-
Kristin Riebe authored
-
Kristin Riebe authored
fix typo & update translation
-
Kristin Riebe authored
Add Candidate.highlight, so those candidates that explicitly want to be elected can be highlighted (bold face)
-
- 26 Nov, 2021 2 commits
-
-
Kristin Riebe authored
-
Kristin Riebe authored
-
- 22 Nov, 2021 1 commit
-
-
Kristin Riebe authored
-
- 21 Nov, 2021 1 commit
-
-
Kristin Riebe authored
-
- 19 Nov, 2021 2 commits
-
-
Kristin Riebe authored
-
Kristin Riebe authored
-
- 16 Nov, 2021 2 commits
-
-
Kristin Riebe authored
-
Kristin Riebe authored
-
- 15 Nov, 2021 4 commits
-
-
Kristin Riebe authored
-
Kristin Riebe authored
-
Kristin Riebe authored
Adjust load_voters and load_candidates, so there are no duplicates when loading the same csv twice (needed to remove modification time from get_or_create())
-
Kristin Riebe authored
-
- 09 Nov, 2021 1 commit
-
-
Kristin Riebe authored
Move automatically filled fields from Election to ElectionManagement (e.g. list of candidates confirmed by etc.), so Election objects usually are not changed during the election period, add option to ignore election checks, so that results can be generated even if checks have failed, update translations and tests
-
- 08 Nov, 2021 3 commits
-
-
Kristin Riebe authored
-
Kristin Riebe authored
-
Kristin Riebe authored
Do not disable checkboxes on preview form (so people can check javascript with preview form as well); Translations to German
-
- 07 Nov, 2021 1 commit
-
-
Kristin Riebe authored
-
- 05 Nov, 2021 2 commits
-
-
Kristin Riebe authored
fix other minor issues and inconsistencies in button appearances and text
-
Kristin Riebe authored
-
- 02 Nov, 2021 6 commits
-
-
Kristin Riebe authored
Only allow email sending, token generation, confirmation of candidates and voters if the election is not already closed
-
Kristin Riebe authored
Use view_candidate permission for candidate list and confirmation; allow send invitation mails only when election is open
-
Kristin Riebe authored
-
Kristin Riebe authored
needed so the checks for person changes do not assume that the objects were changed without permission
-
Kristin Riebe authored
-
Kristin Riebe authored
-
- 31 Oct, 2021 1 commit
-
-
Kristin Riebe authored
Order persons by cleaned_last_name, so candidates etc. are sorted in dropdown-lists in admin interface
-
- 28 Oct, 2021 1 commit
-
-
Kristin Riebe authored
-