diff --git a/common/templates/course_modes/choose.html b/common/templates/course_modes/choose.html index e56a6f7fc1..dfaf4e98e7 100644 --- a/common/templates/course_modes/choose.html +++ b/common/templates/course_modes/choose.html @@ -13,10 +13,14 @@ $(document).ready(function() { $('.is-expandable').addClass('is-ready'); $('.is-expandable .title-expand').click(function(e) { e.preventDefault(); - //$(this).parent().toggleClass('is-expanded'); $(this).next('.expandable-area').slideToggle(); $(this).parent().toggleClass('is-expanded'); }); + + $('#contribution-other-amt').focus(function() { + $('#contribution-other').attr('checked',true); + }); + }); %block> @@ -59,7 +63,7 @@ $(document).ready(function() {
${_("To register for a Verified Certificate of Achievement option, you will need a webcam, a credit or debit card, and an ID.")} ${_("View requirements")}
+${_("To register for a Verified Certificate of Achievement option, you will need a webcam, a credit or debit card, and an ID.")}
- ${order.bill_to_cardtype} ${order.bill_to_ccnum}
- ${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_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_cardtype} ${order.bill_to_ccnum}
${_("Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission")}
+${_("Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission.
Still not working? You can {a_start} audit the course {a_end} without verifying.").format(a_start='', a_end="")}
${_("Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission")}
+${_("Don't see your picture? Make sure to allow your browser to use your camera when it asks for permission. Still not working? You can {a_start} audit the course {a_end} without verifying.").format(a_start='', a_end="")}