Commit 22b959d6 by Brian Talbot

studio - link wiring and spot styling changes for new nav/soft landing/settings work

parent 8f5d8a98
...@@ -36,7 +36,9 @@ ...@@ -36,7 +36,9 @@
color: $gray-d2; color: $gray-d2;
header { header {
border: none;
padding-bottom: 0;
margin-bottom: 0;
} }
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<section class="content"> <section class="content">
<header> <header>
<h1 class="title title-1">Sign into edX Studio</h1> <h1 class="title title-1">Sign into edX Studio</h1>
<a href="" class="action action-signin">Don't have a Studio Account? Sign up!</a> <a href="${reverse('signup')}" class="action action-signin">Don't have a Studio Account? Sign up!</a>
</header> </header>
<article class="content-primary" role="main"> <article class="content-primary" role="main">
......
...@@ -76,7 +76,7 @@ from contentstore import utils ...@@ -76,7 +76,7 @@ from contentstore import utils
<input type="text" class="long" id="course-name" value="[Course Name]" disabled="disabled" /> <input type="text" class="long" id="course-name" value="[Course Name]" disabled="disabled" />
</li> </li>
</ol> </ol>
<span class="tip tip-stacked">These are used in <a href="${utils.get_lms_link_for_about_page(course_location)}" />your course URL</a>, and cannot be changed</span> <span class="tip tip-stacked">These are used in <a rel="external" href="${utils.get_lms_link_for_about_page(course_location)}" />your course URL</a>, and cannot be changed</span>
</section> </section>
<hr class="divide" /> <hr class="divide" />
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<section class="content"> <section class="content">
<header> <header>
<h1 class="title title-1">Sign Up for edX Studio</h1> <h1 class="title title-1">Sign Up for edX Studio</h1>
<a href="" class="action action-signin">Already have a Studio Account? Sign in</a> <a href="${reverse('login')}" class="action action-signin">Already have a Studio Account? Sign in</a>
</header> </header>
<p class="introduction">Ready to start creating online courses? Sign up below and start creating your first edX course today.</p> <p class="introduction">Ready to start creating online courses? Sign up below and start creating your first edX course today.</p>
......
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