From 41f8c8f4dd87678f2f6f59868598484f13e47950 Mon Sep 17 00:00:00 2001 From: Ahsan Ulhaq Date: Tue, 2 Feb 2016 17:12:30 +0500 Subject: [PATCH] Add xseries certificates sidebar section in edx.org theme --- themes/edx.org/lms/templates/dashboard.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/themes/edx.org/lms/templates/dashboard.html b/themes/edx.org/lms/templates/dashboard.html index 85e3c9012b..c921e9c894 100644 --- a/themes/edx.org/lms/templates/dashboard.html +++ b/themes/edx.org/lms/templates/dashboard.html @@ -180,6 +180,19 @@ import json + % if xseries_credentials: +
+

${_("XSeries Program Certificates")}

+

${_("You have received a certificate for the following XSeries programs:")}

+ +
+ % endif