From c3f88f5defef824887144e28a2e2a1b04fd190b7 Mon Sep 17 00:00:00 2001 From: Diana Huang Date: Fri, 19 Sep 2014 14:18:15 -0400 Subject: [PATCH] Change some text when in professional ed flow ECOM-96 --- lms/templates/verify_student/_verification_header.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lms/templates/verify_student/_verification_header.html b/lms/templates/verify_student/_verification_header.html index 39a33e76eb..cb1b947641 100644 --- a/lms/templates/verify_student/_verification_header.html +++ b/lms/templates/verify_student/_verification_header.html @@ -22,6 +22,13 @@ ${course_name} + %if modes_dict and "professional" in modes_dict: + + + ${_("Professional Education")} + + + %else: %if upgrade: @@ -33,6 +40,7 @@ %endif + %endif