diff --git a/lms/templates/verify_student/_verification_help.html b/lms/templates/verify_student/_verification_help.html new file mode 100644 index 0000000000..bc213d5f1c --- /dev/null +++ b/lms/templates/verify_student/_verification_help.html @@ -0,0 +1,15 @@ +<%! +from django.utils.translation import ugettext as _ +from openedx.core.djangolib.markup import HTML, Text +%> +<%namespace name='static' file='../static_content.html'/> + +
  • +

    ${_("Have questions?")}

    +
    +

    ${Text(_("Please read {a_start}our FAQs to view common questions about our certificates{a_end}.")).format( + a_start=HTML('').format(marketing_link('WHAT_IS_VERIFIED_CERT')), + a_end=HTML(''))} +

    +
    +
  • diff --git a/lms/templates/verify_student/pay_and_verify.html b/lms/templates/verify_student/pay_and_verify.html index 033236a437..5e497cec57 100644 --- a/lms/templates/verify_student/pay_and_verify.html +++ b/lms/templates/verify_student/pay_and_verify.html @@ -100,14 +100,7 @@ from lms.djangoapps.verify_student.views import PayAndVerifyView