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 1717b7fe71c31cdddef0e56d00e2bb34e692dccb..68892e8610feea18c9ad5dc3ca15b81bb0baa5a4 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 %}