From d3965cb3ee30499bef12435cedb8dc625788ef34 Mon Sep 17 00:00:00 2001 From: Brian Talbot Date: Thu, 6 Jun 2013 11:27:09 -0400 Subject: [PATCH] removes redundant h2 heading and syncs up h1 value (with broken mak/template syntax) for register view --- lms/templates/login.html | 4 ---- lms/templates/register.html | 6 +----- 2 files changed, 1 insertion(+), 9 deletions(-) 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")}

-
-