From 85f1d09d6bb807fe7af675c7ac89273625e8ade5 Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Mon, 16 Mar 2015 08:48:31 -0400 Subject: [PATCH] certificates: removing edX-centric supplemental content from views --- lms/templates/certificates/invalid.html | 4 ---- lms/templates/certificates/valid.html | 6 +----- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/lms/templates/certificates/invalid.html b/lms/templates/certificates/invalid.html index 7f1ddd2736..bd1c604822 100644 --- a/lms/templates/certificates/invalid.html +++ b/lms/templates/certificates/invalid.html @@ -39,10 +39,6 @@ - -
- - <%include file="_certificate-supplemental.html" />
diff --git a/lms/templates/certificates/valid.html b/lms/templates/certificates/valid.html index 2a57982b27..e0cc7da640 100644 --- a/lms/templates/certificates/valid.html +++ b/lms/templates/certificates/valid.html @@ -37,7 +37,7 @@ ${_("Certificate Type")} ${certificate_type_title} - ${certificate_type_description} + ${certificate_type_description}
  • @@ -52,10 +52,6 @@ - -
    - - <%include file="_certificate-supplemental.html" />