diff --git a/lms/templates/student_account/login.underscore b/lms/templates/student_account/login.underscore index 58dc74053e..bf1db0def1 100644 --- a/lms/templates/student_account/login.underscore +++ b/lms/templates/student_account/login.underscore @@ -30,7 +30,7 @@ <%= context.fields %> - +
@@ -41,7 +41,7 @@ <% _.each( context.providers, function( provider ) { if ( provider.loginUrl ) { %> - diff --git a/lms/templates/student_account/password_reset.underscore b/lms/templates/student_account/password_reset.underscore index b13debfa0f..ba58240a71 100644 --- a/lms/templates/student_account/password_reset.underscore +++ b/lms/templates/student_account/password_reset.underscore @@ -15,5 +15,5 @@ <%= fields %> - + diff --git a/lms/templates/student_account/register.underscore b/lms/templates/student_account/register.underscore index b8b598de21..70b6114f38 100644 --- a/lms/templates/student_account/register.underscore +++ b/lms/templates/student_account/register.underscore @@ -21,7 +21,7 @@ <% _.each( context.providers, function( provider) { if ( provider.registerUrl ) { %> - @@ -38,7 +38,7 @@ <%= context.fields %> - +

* <%- gettext("Required field") %>