miratcan / qhonuskan-votes

Simple reddit like voting system without usage off GenericForeignKeys. Built for linkfloyd project.
Other
30 stars 11 forks source link

vote_score not working on a list page #20

Closed mal3x closed 3 years ago

mal3x commented 10 years ago

I have a problem with showing the vote_score on a list of objects. On the detail view, everything works fine and the score shows up correctly. On the list page I can see the marked up and down arrows, if I vote on a new it shows the correct score, but as soon as I refresh the page the displayed score goes to 0 although the score saves correctly. I saw a similar issue that was closed 9 months ago.

even if I try to output just the score with {{ object.vote_score }} in the loop it returns an empty value although everything else works fine.

Should I do something different on a list view?

miratcan commented 7 years ago

This Project accepts Octotreats. You may promise the owner a treat upon completion of this Issue here

miratcan commented 4 years ago

Is this problem solved?