From 1e956d448fca1605d636c54784ca7146c9895e6d Mon Sep 17 00:00:00 2001
From: John Jarvis
Date: Sat, 10 Nov 2012 02:18:59 -0500
Subject: [PATCH] Do not display the grade when student is not passing
---
lms/templates/dashboard.html | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/lms/templates/dashboard.html b/lms/templates/dashboard.html
index 0ccdfc0d37..2069685a6c 100644
--- a/lms/templates/dashboard.html
+++ b/lms/templates/dashboard.html
@@ -192,8 +192,7 @@
${cert_status['grade']}
in this course.
% elif cert_status['status'] == CertificateStatuses.notpassing:
- You did not complete the necessary requirements for
- completion of this course. Your grade was ${cert_status['grade']}
+
You did not complete the necessary requirements for completion of this course.
% endif
% if cert_button or survey_button: