From 9148d49ac72f98e929bf2045fc9db377105ba058 Mon Sep 17 00:00:00 2001 From: John Jarvis Date: Mon, 26 Nov 2012 16:57:00 -0500 Subject: [PATCH] lowest_passing_grade fix --- lms/templates/dashboard.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/templates/dashboard.html b/lms/templates/dashboard.html index a367c36b38..c293af0c29 100644 --- a/lms/templates/dashboard.html +++ b/lms/templates/dashboard.html @@ -249,7 +249,7 @@ % elif cert_status['status'] in ('generating', 'ready', 'notpassing'):

Your final grade: ${cert_status['grade']}, - grade required for certificate: ${course.lowest_passing_grade()}.

+ grade required for certificate: ${course.lowest_passing_grade}.

% endif % if cert_status['show_disabled_download_button'] or cert_status['show_download_url'] or cert_status['show_survey_button']: