From d71aa8774879afb80105995caa5947957b966858 Mon Sep 17 00:00:00 2001 From: Julia Hansbrough Date: Tue, 8 Apr 2014 19:34:55 +0000 Subject: [PATCH] Revert refund instruction message --- lms/templates/dashboard/_dashboard_course_listing.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lms/templates/dashboard/_dashboard_course_listing.html b/lms/templates/dashboard/_dashboard_course_listing.html index 31a253a62b..0e8e749e69 100644 --- a/lms/templates/dashboard/_dashboard_course_listing.html +++ b/lms/templates/dashboard/_dashboard_course_listing.html @@ -15,6 +15,7 @@ cert_name_long = course.cert_name_long if cert_name_long == "": cert_name_long = settings.CERT_NAME_LONG + billing_email = settings.PAYMENT_SUPPORT_EMAIL %> <%namespace name='static' file='../static_content.html'/> @@ -118,7 +119,7 @@ % elif show_refund_option: ## Translators: The course's name will be added to the end of this sentence. + document.getElementById('refund-info').innerHTML='${_("In order to request a refund for the amount you paid, you will need to send an email to {billing_email}. Be sure to include your email and the course name.").format(billing_email=billing_email)}'"> ${_('Unregister')} % else: