Commit 228b5014 by Brian Talbot

Merge pull request #91 from edx/fix/btalbot/edx.org-bannertext

Login/Register Page Headings Tweaks
parents 92aba633 d6c772c5
...@@ -86,10 +86,6 @@ ...@@ -86,10 +86,6 @@
<section class="login container"> <section class="login container">
<section role="main" class="content"> <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"> <form role="form" id="login-form" method="post" data-remote="true" action="/login_ajax">
<!-- status messages --> <!-- status messages -->
......
...@@ -83,16 +83,12 @@ ...@@ -83,16 +83,12 @@
<section class="introduction"> <section class="introduction">
<header> <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> </header>
</section> </section>
<section class="register container"> <section class="register container">
<section role="main" class="content"> <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"> <form role="form" id="register-form" method="post" data-remote="true" action="/create_account">
<!-- status messages --> <!-- 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