From ed652bbc98050ff6d96368b45805ce0aa8ea1624 Mon Sep 17 00:00:00 2001 From: Will Daly Date: Mon, 10 Nov 2014 14:32:56 -0500 Subject: [PATCH] Add CSS classes so we can compare clicks between the old and new login/registration pages --- lms/templates/login.html | 4 ++-- lms/templates/register.html | 4 ++-- lms/templates/student_account/login.underscore | 4 ++-- lms/templates/student_account/register.underscore | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/lms/templates/login.html b/lms/templates/login.html index ab817c2b5f..84e48505e1 100644 --- a/lms/templates/login.html +++ b/lms/templates/login.html @@ -199,7 +199,7 @@ % endif
- +
@@ -215,7 +215,7 @@ % for enabled in provider.Registry.enabled(): ## Translators: provider_name is the name of an external, third-party user authentication provider (like Google or LinkedIn). - + % endfor diff --git a/lms/templates/register.html b/lms/templates/register.html index 8cf3ba8f1f..9942f807c1 100644 --- a/lms/templates/register.html +++ b/lms/templates/register.html @@ -125,7 +125,7 @@ % for enabled in provider.Registry.enabled(): ## Translators: provider_name is the name of an external, third-party user authentication service (like Google or LinkedIn). - + % endfor @@ -362,7 +362,7 @@ % endif
- +
diff --git a/lms/templates/student_account/login.underscore b/lms/templates/student_account/login.underscore index b01e4432d0..6cb07529ea 100644 --- a/lms/templates/student_account/login.underscore +++ b/lms/templates/student_account/login.underscore @@ -14,12 +14,12 @@ <%= context.fields %> - + <% _.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 d588940666..01ffe07f47 100644 --- a/lms/templates/student_account/register.underscore +++ b/lms/templates/student_account/register.underscore @@ -8,7 +8,7 @@ <% } else { _.each( context.providers, function( provider) { if ( provider.registerUrl ) { %> - @@ -24,5 +24,5 @@ <%= context.fields %> - +