Skip to content

Commit

Permalink
Removed Intelligent Practice name from mobile.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl Scheffler committed Jul 3, 2014
1 parent 8878208 commit 12b8b23
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion emas/mobiletheme/skins/emas_mobiletheme/login_form.cpt
Expand Up @@ -120,7 +120,7 @@
<input type="hidden" name="pwd_empty" id="pwd_empty" value="0" />

<div>
Login to access Intelligent Practice, for unlimited Maths and Science homework practice. If you don’t have an account, <a href="@@register">register</a> for a free trial now.
Login to access unlimited Maths and Science homework practice. If you don’t have an account, <a href="@@register">register</a> for a free trial now.
</div>

<div class="field"
Expand Down
4 changes: 2 additions & 2 deletions emas/mobiletheme/templates/order.pt
Expand Up @@ -34,7 +34,7 @@
tal:define="action python:view.action(False);">

<div tal:condition="context/@@mobile_tool/isMXit">
Intelligent Practice is not available for order on Mxit
Practice is not available for order on Mxit
</div>

<div id="individual-order-form" class="selectpackage"
Expand Down Expand Up @@ -118,7 +118,7 @@
value="monthly-practice"
type="radio"
price="15" />
<label for="service">Intelligent Practice one month subscription <strong>R15</strong></label>
<label for="service">Practice: one month subscription <strong>R15</strong></label>
</li>
</ul>

Expand Down
10 changes: 5 additions & 5 deletions emas/mobiletheme/templates/practice.pt
Expand Up @@ -11,10 +11,10 @@

<tal:no_active_services condition="view/show_no_access_message">
<tal:mxit condition="context/@@mobile_tool/isMXit">
<h3>Intelligent Practice is not currently available on Mxit.</h3>
<h3>Practice is not currently available on Mxit.</h3>
</tal:mxit>
<tal:not_mxit condition="not:context/@@mobile_tool/isMXit">
<h3>You don't have access to Intelligent Practice right now</h3>
<h3>You don't have access to practise right now</h3>

<p>Why?</p>

Expand All @@ -27,7 +27,7 @@
<p>What can you do about this?</p>

<p>
You need to <a href="#" tal:attributes="href string:${context/absolute_url}/@@order">subscribe to Intelligent Practice</a>.
You need to <a href="#" tal:attributes="href string:${context/absolute_url}/@@order">subscribe to practise</a>.
If your school signed you up then you should ask your teacher what the status of the school's subscription is.
If you signed up individually you need to renew your subscription via the <a href="#" tal:attributes="href string:${context/absolute_url}/@@order">orders page</a>.
</p>
Expand All @@ -37,8 +37,8 @@
<p>What about my previous data?</p>

<p>
We don't delete your Intelligent Practice history for at least 3 months.
As long as you subscribe again within 3 months your history will still be available and Intelligent Practice will be able to use that information to give you better advice.
We don't delete your practice history for at least 3 months.
As long as you subscribe again within 3 months your history will still be available.
</p>
</tal:not_mxit>
</tal:no_active_services>
Expand Down
2 changes: 1 addition & 1 deletion emas/mobiletheme/templates/toc.pt
Expand Up @@ -12,7 +12,7 @@

<tal:not_mxit condition="not:context/@@mobile_tool/isMXit">
<div id="welcome-message" tal:content="structure view/welcome_message">
Read textbooks for free or <a href="@@register">sign up</a> and <a href="login">login</a> to Intelligent Practice, for unlimited homework practice.
Read textbooks for free or <a href="@@register">sign up</a> and <a href="login">login</a> for exam homework practice.
</div>
</tal:not_mxit>

Expand Down

0 comments on commit 12b8b23

Please sign in to comment.