removes redundant h2 heading and syncs up h1 value (with broken mak/template syntax) for register view

This commit is contained in:
Brian Talbot
2013-06-06 11:27:09 -04:00
parent 92aba63375
commit d3965cb3ee
2 changed files with 1 additions and 9 deletions

View File

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

View File

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