From cdcc7b15c8ef89597664d4cf11f93df944853187 Mon Sep 17 00:00:00 2001 From: Todd Dembrey <todd.dembrey@torchbox.com> Date: Fri, 31 Aug 2018 16:56:29 +0100 Subject: [PATCH] Make sure the review row shows the correctly formatted score --- .../apply/funds/templates/funds/includes/review_table_row.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentech/apply/funds/templates/funds/includes/review_table_row.html b/opentech/apply/funds/templates/funds/includes/review_table_row.html index 1717b7fe7..68892e861 100644 --- a/opentech/apply/funds/templates/funds/includes/review_table_row.html +++ b/opentech/apply/funds/templates/funds/includes/review_table_row.html @@ -15,7 +15,7 @@ {% endif %} </td> <td>{{ review.get_recommendation_display }}</td> - <td>{{ review.score }}</td> + <td>{{ review.get_score_display }}</td> {% endif %} </tr> {% endfor %} -- GitLab