The template needs another way to iterate trhough all existing levels.
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#L9
The template needs another way to iterate trhough all existing levels.
reverend
self-assigned this 2021-12-31 01:21:00 +01:00
reverend
changed title from Voting UI is bugged when not vote was submitted to Voting UI is bugged when no vote was submitted2021-12-31 01:22:11 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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