Skip to content

Commit 1a842bf

Browse files
committed
Pass user object in get_reviewer_vote_details
1 parent 8626b12 commit 1a842bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

junction/proposals/templatetags/proposal_filters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def get_reviewers_vote_details(proposal, user):
7777

7878
vc_qs = ProposalComment.objects.filter(
7979
proposal=proposal,
80-
commenter=reviewer,
80+
commenter=reviewer.conference_reviewer.reviewer,
8181
vote=True)
8282
if vc_qs:
8383
vote_comment = vc_qs[0].comment

0 commit comments

Comments
 (0)