diff --git a/lms/templates/login.html b/lms/templates/login.html index b185b02c84..d3c3384847 100644 --- a/lms/templates/login.html +++ b/lms/templates/login.html @@ -86,10 +86,6 @@
-
-

${_("Login Form")}

-
-
diff --git a/lms/templates/register.html b/lms/templates/register.html index a01fa13537..51e1cd3ed6 100644 --- a/lms/templates/register.html +++ b/lms/templates/register.html @@ -83,16 +83,12 @@
-

Register for ${settings.PLATFORM_NAME}

+

${_("Welcome! Register below to create your %(platform_name)s account") % {'platform_name': settings.PLATFORM_NAME}

-
-

${_("Welcome! Register below to create your edX account")}

-
-