From 3c29ecbf5767315687ce3fa03413427330701803 Mon Sep 17 00:00:00 2001 From: Hasnain Date: Mon, 14 Nov 2016 18:17:11 +0500 Subject: [PATCH] WL-633 | refactor pay_and_verify.html template. --- .../verify_student/_verification_help.html | 15 +++++++++++++++ lms/templates/verify_student/pay_and_verify.html | 9 +-------- 2 files changed, 16 insertions(+), 8 deletions(-) create mode 100644 lms/templates/verify_student/_verification_help.html 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