Blocks to get rid of login buttons, TOS tweak

This commit is contained in:
Piotr Mitros
2012-02-10 19:12:17 -05:00
parent 389b53b742
commit 97f124f7bd
5 changed files with 13 additions and 2 deletions

View File

@@ -1,4 +1,7 @@
<%inherit file="marketing.html" />
<%block name="login_area">
</%block>
<section class="subpage">
<div>

View File

@@ -1,4 +1,7 @@
<%inherit file="marketing.html" />
<%block name="login_area">
</%block>
<section class="subpage">
<div>

View File

@@ -68,7 +68,9 @@ function postJSON(url, data, callback) {
<nav>
<h1><a href="http://mitx.mit.edu/">MITx</a></h1>
% if settings.COURSEWARE_ENABLED:
<%block name="login_area">
<a rel="leanModal" class="login" href="#login">Log In</a>
</%block>
% endif
</nav>
</%block>

View File

@@ -1,4 +1,6 @@
<%inherit file="marketing.html" />
<%block name="login_area">
</%block>
<section class="subpage">
<div>

View File

@@ -215,7 +215,8 @@ risk. Your access to or download of information, materials, or data
through the Site or any reference sites is at your own discretion and
risk and that you will be solely responsible for any damage to your
property (including your computer system) or loss of data that results
from the download or use of such material or data.</p>
from the download or use of such material or data. We may close or
limit enrollment for pedagogical or technological reasons.</p>
<p><strong>User Postings Disclaimer.</strong> You understand that when
using the Site you will be exposed to User Postings from a variety of
@@ -301,6 +302,6 @@ consent to the personal jurisdiction of and exclusive venue in the
federal and state courts located in and serving Boston, Massachusetts
as the legal forum for any such dispute.</p>
<p><strong>Effective Date:</strong> February 6, 2012</p><div>
<p><strong>Effective Date:</strong> February 10, 2012</p><div>
</div>
</section>