From 83a5a24dcece1e8c9de6b4caad92a91dda1ad472 Mon Sep 17 00:00:00 2001 From: Renzo Lucioni Date: Wed, 14 Jan 2015 18:42:46 -0500 Subject: [PATCH] Fix broken Font Awesome icons --- lms/templates/student_account/login.underscore | 2 +- lms/templates/student_account/register.underscore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ) { %> <% }