diff --git a/rowers/templates/base.html b/rowers/templates/base.html index 1ae12339..1cc6815c 100644 --- a/rowers/templates/base.html +++ b/rowers/templates/base.html @@ -32,53 +32,65 @@
-
- -
-
- +
+
+ +
+ +
+ +
+
+

Free Data and Analysis. For Rowers. By Rowers.

+
+
+ +
+
+ {% if user.is_authenticated %} +

+ {{ user.first_name }} +

+ Edit user account, e.g. heart rate zones, power zones, email, teams + + {% else %} +

login

+ {% endif %} +
+
+ {% if user.is_authenticated %} +

logout

+ {% else %} +

 

+ {% endif %} +
- -
+ {% if user.rower.rowerplan == 'pro' or user.rower.rowerplan == 'coach' %} +
Pro Member
+ {% else %} + + {% endif %} +
-
-
-

Free Data and Analysis. For Rowers. By Rowers.

-
-
- {% if user.rower.rowerplan == 'pro' or user.rower.rowerplan == 'coach' %} -
Pro Member
- {% else %} - - {% endif %} -
-
- {% if user.is_authenticated %} -

logout

- - {% else %} -

 

- {% endif %} - -
-
-
+
{% if user.is_authenticated %}

Upload

@@ -107,7 +119,7 @@

 

{% endif %}
-
+
{% if user.is_authenticated %}

Graphs @@ -156,17 +168,6 @@

 

{% endif %}
-
- {% if user.is_authenticated %} -

- {{ user.first_name }} -

- Edit user account, e.g. heart rate zones, power zones, email, teams - - {% else %} -

login

- {% endif %} -
diff --git a/rowers/templates/basefront.html b/rowers/templates/basefront.html index b6fe98fa..8a73c255 100644 --- a/rowers/templates/basefront.html +++ b/rowers/templates/basefront.html @@ -50,10 +50,10 @@
@@ -146,7 +146,19 @@ {% endif %}
- {% if user.is_authenticated and user.rower.team.all %} + {% if user.is_authenticated and teams %} + + See recent workouts for your team + {% elif user.is_authenticated and user.rower.team.all %}