Skip to content

Commit

Permalink
evidence_link_cleaned is a property so remove ()
Browse files Browse the repository at this point in the history
  • Loading branch information
struan committed Dec 4, 2023
1 parent 291e1a9 commit dc387b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scoring/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ def add_comparisons(self, context, comparison_slugs, comparison_questions):
if score["council_slug"] == first_comparison:
comparison_questions[code][
"evidence_links"
] = answer.evidence_links_cleaned()
] = answer.evidence_links_cleaned

else:
comparison_questions[code]["comparisons"].append({"score": "-"})
Expand Down

0 comments on commit dc387b8

Please sign in to comment.