From 274f8b05904c816bc9f54f01673f8016132807dd Mon Sep 17 00:00:00 2001 From: Zainab Amir Date: Wed, 9 Dec 2020 17:03:25 +0500 Subject: [PATCH] Add class to section title on Password Assistance page (#25812) --- lms/templates/student_account/login.underscore | 2 +- lms/templates/student_account/password_reset.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 a04c9a32c6..eccdfc8000 100644 --- a/lms/templates/student_account/login.underscore +++ b/lms/templates/student_account/login.underscore @@ -24,7 +24,7 @@

<%- gettext("To continue learning with this account, sign in below.") %>

<% } else { %> -

<%- gettext("Sign In") %>

+

<%- gettext("Sign In") %>

<% } %>
diff --git a/lms/templates/student_account/password_reset.underscore b/lms/templates/student_account/password_reset.underscore index 7551624379..b1904a38cb 100644 --- a/lms/templates/student_account/password_reset.underscore +++ b/lms/templates/student_account/password_reset.underscore @@ -1,7 +1,7 @@ -

<%- gettext("Password assistance") %>

+

<%- gettext("Password assistance") %>