From 9e88be9af161874359aa1d705e5f4641b3b161cd Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Mon, 16 Sep 2013 12:42:40 -0400 Subject: [PATCH] Verification: removes duplicate course start on receipt view --- lms/templates/shoppingcart/verified_cert_receipt.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lms/templates/shoppingcart/verified_cert_receipt.html b/lms/templates/shoppingcart/verified_cert_receipt.html index b341ad3edd..3d999570fc 100644 --- a/lms/templates/shoppingcart/verified_cert_receipt.html +++ b/lms/templates/shoppingcart/verified_cert_receipt.html @@ -100,7 +100,7 @@ ${_("Course")} ${_("Status")} - ${_("Options")} + ${_("Options")} @@ -113,9 +113,8 @@ %if course_has_started: - ${_("Starts: {start_date}").format(start_date=course_start_date_text)} + ${_("Go to Course")} %else: - ${_("Go to Course")} %endif