diff --git a/lms/templates/student_account/login.underscore b/lms/templates/student_account/login.underscore
index bf1db0def1..6caec32cfb 100644
--- a/lms/templates/student_account/login.underscore
+++ b/lms/templates/student_account/login.underscore
@@ -42,7 +42,7 @@
<% _.each( context.providers, function( provider ) {
if ( provider.loginUrl ) { %>
<% }
diff --git a/lms/templates/student_account/register.underscore b/lms/templates/student_account/register.underscore
index 70b6114f38..f1519e7bfd 100644
--- a/lms/templates/student_account/register.underscore
+++ b/lms/templates/student_account/register.underscore
@@ -22,7 +22,7 @@
_.each( context.providers, function( provider) {
if ( provider.registerUrl ) { %>
<% }