From 9046001130ba3419fa959e2798b9b18106fef175 Mon Sep 17 00:00:00 2001 From: AlasdairSwan Date: Tue, 13 Jan 2015 14:28:34 -0500 Subject: [PATCH] ECOM-412 Set buttons types so enter now triggers register button --- lms/templates/student_account/login.underscore | 4 ++-- lms/templates/student_account/password_reset.underscore | 2 +- lms/templates/student_account/register.underscore | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) 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") %>