Commit d3965cb3 by Brian Talbot

removes redundant h2 heading and syncs up h1 value (with broken mak/template…

removes redundant h2 heading and syncs up h1 value (with broken mak/template syntax) for register view
parent 92aba633
......@@ -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 -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment