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'/> + +
${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(''))} +
+