('checkout_on_ecommerce_service',models.BooleanField(default=False,help_text='Use the checkout page hosted by the E-Commerce service.')),
('single_course_checkout_page',models.CharField(default=b'/basket/single-item/',help_text='Path to single course checkout page hosted by the E-Commerce service.',max_length=255)),
@@ -330,7 +330,11 @@ from student.helpers import (
...
@@ -330,7 +330,11 @@ from student.helpers import (
${_("It's official. It's easily shareable. It's a proven motivator to complete the course. <br>{link_start}Learn more about the verified {cert_name_long}{link_end}.").format(link_start='<ahref="{}"class="verified-info"data-course-key="{}">'.format(marketing_link('WHAT_IS_VERIFIED_CERT'), enrollment.course_id), link_end="</a>", cert_name_long=cert_name_long)}
${_("It's official. It's easily shareable. It's a proven motivator to complete the course. <br>{link_start}Learn more about the verified {cert_name_long}{link_end}.").format(link_start='<ahref="{}"class="verified-info"data-course-key="{}">'.format(marketing_link('WHAT_IS_VERIFIED_CERT'), enrollment.course_id), link_end="</a>", cert_name_long=cert_name_long)}