added freecoach to coach priviliges
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% extends "newbase.html" %}
|
||||
{% load staticfiles %}
|
||||
{% load rowerfilters %}
|
||||
{% block title %}New User Registration{% endblock title %}
|
||||
{% block title %}New Coach Registration{% endblock title %}
|
||||
{% block meta %}
|
||||
|
||||
{% endblock %}
|
||||
|
||||
@@ -178,6 +178,8 @@
|
||||
<td>
|
||||
{% if rower.rowerplan == 'coach' %}
|
||||
<h3>COACH ({{ rower.paymenttype }})</h3>
|
||||
{% elif rower.rowerplan == 'freecoach' %}
|
||||
<h3>Free COACH</h3>
|
||||
{% else %}
|
||||
|
||||
{% endif %}
|
||||
@@ -298,6 +300,14 @@
|
||||
can purchase upgrades to "Pro" and "Self-Coach" plans.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The Coach plans come in two versions: free and paid. On the free coach plan,
|
||||
you can only have athletes who are on the PRO paid plans or higher, and you
|
||||
cannot upload any workouts to your own account. On the paid
|
||||
plans, your athletes can be on the free plan, and you have full access to the
|
||||
site functionality for your own workouts and those of your athletes.
|
||||
</p>
|
||||
|
||||
<p>If you would like to find a coach who helps you plan your training
|
||||
through rowsandall.com, contact me throught the contact form.</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user