Voting UI is bugged when no vote was submitted #58
Labels
No Label
Change
Feature
General Task
HotFix Required
Idea
Issue
Major
Minor
Question
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Commander1024/lostplaces-backend#58
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When a user hasn't submitted a vote for a place then the UI is very bugged. This is because the template relies on an alreay existing vote to display all possible voting levels
{% for choice in voting.get_all_choices %}
in https://git.commander1024.de/Commander1024/lostplaces-backend/src/branch/develop/django_lostplaces/lostplaces/templates/partials/voting.html#L9The template needs another way to iterate trhough all existing levels.
Voting UI is bugged when not vote was submittedto Voting UI is bugged when no vote was submittedDone in
78efe9bebb