diff --git a/cms/templates/emails/course_creator_denied.txt b/cms/templates/emails/course_creator_denied.txt index a2780ade74..739ece6b6f 100644 --- a/cms/templates/emails/course_creator_denied.txt +++ b/cms/templates/emails/course_creator_denied.txt @@ -2,4 +2,4 @@ ${_("Your request for course creation rights to edX Studio have been denied. If you believe this was in error, please contact: ")} -${ studio_request_email } \ No newline at end of file +${ studio_request_email } diff --git a/cms/templates/emails/course_creator_granted.txt b/cms/templates/emails/course_creator_granted.txt index 3c99fb3154..a33a9b9525 100644 --- a/cms/templates/emails/course_creator_granted.txt +++ b/cms/templates/emails/course_creator_granted.txt @@ -3,8 +3,7 @@ ${_("Your request for course creation rights to edX Studio have been granted! To create your first course, visit:")} % if is_secure: - https://${ site } +https://${ site } % else: - http://${ site } +http://${ site } % endif - diff --git a/cms/templates/emails/course_creator_revoked.txt b/cms/templates/emails/course_creator_revoked.txt index f9740b497b..f16f1ac328 100644 --- a/cms/templates/emails/course_creator_revoked.txt +++ b/cms/templates/emails/course_creator_revoked.txt @@ -2,4 +2,4 @@ ${_("Your request for course creation rights to edX Studio have been revoked. If you believe this was in error, please contact: ")} -${ studio_request_email } \ No newline at end of file +${ studio_request_email }