Add class to section title on Password Assistance page (#25812)

This commit is contained in:
Zainab Amir
2020-12-09 17:03:25 +05:00
committed by GitHub
parent eb82e64b51
commit 274f8b0590
2 changed files with 2 additions and 2 deletions

View File

@@ -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">

View File

@@ -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">