From 3e9584bb1c3a3b69e5bb86159effffd342fdd9fd Mon Sep 17 00:00:00 2001 From: Frances Botsford Date: Wed, 11 Sep 2013 13:40:26 -0400 Subject: [PATCH] cleanup on vcert payment error and receipt billing info --- lms/templates/shoppingcart/error.html | 2 -- lms/templates/shoppingcart/verified_cert_receipt.html | 5 +---- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/lms/templates/shoppingcart/error.html b/lms/templates/shoppingcart/error.html index da88dc1a78..662bb948e9 100644 --- a/lms/templates/shoppingcart/error.html +++ b/lms/templates/shoppingcart/error.html @@ -9,6 +9,4 @@

${_("There was an error processing your order!")}

${error_html} - -

${_("Return to cart to retry payment")}

diff --git a/lms/templates/shoppingcart/verified_cert_receipt.html b/lms/templates/shoppingcart/verified_cert_receipt.html index 3adf659748..c029023801 100644 --- a/lms/templates/shoppingcart/verified_cert_receipt.html +++ b/lms/templates/shoppingcart/verified_cert_receipt.html @@ -202,10 +202,7 @@

${_("Billed To")}: - ${order.bill_to_first} ${order.bill_to_last}
- ${order.bill_to_street1} ${order.bill_to_street2}
- ${order.bill_to_city}, ${order.bill_to_state} ${order.bill_to_postalcode}
- ${order.bill_to_country.upper()} + ${order.bill_to_first} ${order.bill_to_last} (${order.bill_to_city}, ${order.bill_to_state} ${order.bill_to_postalcode} ${order.bill_to_country.upper()})