Add class to section title on Password Assistance page (#25812)
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
</p>
|
||||
<p><%- gettext("To continue learning with this account, sign in below.") %></p>
|
||||
<% } else { %>
|
||||
<h1><%- gettext("Sign In") %></h1>
|
||||
<h1 class="section-title"><%- gettext("Sign In") %></h1>
|
||||
<% } %>
|
||||
|
||||
<form id="login" class="login-form" tabindex="-1" method="POST">
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<div class="js-form-feedback" aria-live="assertive" tabindex="-1">
|
||||
</div>
|
||||
|
||||
<h1><%- gettext("Password assistance") %></h1>
|
||||
<h1 class="section-title"><%- gettext("Password assistance") %></h1>
|
||||
|
||||
<form id="password-reset" class="password-reset-form" tabindex="-1" method="POST">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user