removes redundant h2 heading and syncs up h1 value (with broken mak/template syntax) for register view
This commit is contained in:
@@ -86,10 +86,6 @@
|
||||
|
||||
<section class="login container">
|
||||
<section role="main" class="content">
|
||||
<header>
|
||||
<h2 class="sr">${_("Login Form")}</h2>
|
||||
</header>
|
||||
|
||||
<form role="form" id="login-form" method="post" data-remote="true" action="/login_ajax">
|
||||
|
||||
<!-- status messages -->
|
||||
|
||||
@@ -83,16 +83,12 @@
|
||||
|
||||
<section class="introduction">
|
||||
<header>
|
||||
<h1 class="sr">Register for ${settings.PLATFORM_NAME}</h1>
|
||||
<h1 class="sr">${_("Welcome! Register below to create your %(platform_name)s account") % {'platform_name': settings.PLATFORM_NAME}</h1>
|
||||
</header>
|
||||
</section>
|
||||
|
||||
<section class="register container">
|
||||
<section role="main" class="content">
|
||||
<header>
|
||||
<h2 class="sr">${_("Welcome! Register below to create your edX account")}</h2>
|
||||
</header>
|
||||
|
||||
<form role="form" id="register-form" method="post" data-remote="true" action="/create_account">
|
||||
|
||||
<!-- status messages -->
|
||||
|
||||
Reference in New Issue
Block a user